summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
authora14m <[email protected]>2021-04-04 01:02:26 +0200
committera14m <[email protected]>2021-04-04 01:02:26 +0200
commit6bd9a672034b2ad1202fec3ecdc9cd6e69288e49 (patch)
treed9386b6b8b37a0e3be22a545188029eb8c93639d /CLI/ruby
parentd690299c83b28fc380c5eb37f4e978e6a6411758 (diff)
Minor documentation fixes
Diffstat (limited to 'CLI/ruby')
-rw-r--r--CLI/ruby/lib/game_of_life/generators/input.rb4
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