diff options
| author | a14m <[email protected]> | 2021-04-04 01:02:26 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-04 01:02:26 +0200 |
| commit | 6bd9a672034b2ad1202fec3ecdc9cd6e69288e49 (patch) | |
| tree | d9386b6b8b37a0e3be22a545188029eb8c93639d /CLI/ruby/lib/game_of_life | |
| parent | d690299c83b28fc380c5eb37f4e978e6a6411758 (diff) | |
Minor documentation fixes
Diffstat (limited to 'CLI/ruby/lib/game_of_life')
| -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 |
