diff options
Diffstat (limited to 'CLI/ruby/lib')
| -rw-r--r-- | CLI/ruby/lib/game_of_life/generators/input.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CLI/ruby/lib/game_of_life/generators/input.rb b/CLI/ruby/lib/game_of_life/generators/input.rb index bb43e3d..fbe3278 100644 --- a/CLI/ruby/lib/game_of_life/generators/input.rb +++ b/CLI/ruby/lib/game_of_life/generators/input.rb @@ -5,10 +5,10 @@ require "socket" module GameOfLife module Generators - # Generate a new Universe/Board with a parsed local file or remote URL/file + # Generate a new Universe/Board from a parsed local file or remote URL/file module Input class << self - # Generate a new Universe/Board with a parsed local file or remote URL/file + # Generate a new Universe/Board from a parsed local file or remote URL/file # @param options [Hash] CLI options to generate initial conditions # @option options [String] "input" path to a local file or URL to open # @option options [Numeric] "width" (floored) and used as the width of the universe |
