summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/bin
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/bin')
-rwxr-xr-xCLI/ruby/bin/game-of-life2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/bin/game-of-life b/CLI/ruby/bin/game-of-life
index 4403598..14f5647 100755
--- a/CLI/ruby/bin/game-of-life
+++ b/CLI/ruby/bin/game-of-life
@@ -33,7 +33,7 @@ class CLI < Thor
}.merge(options)
universe = GameOfLife::Generators::Input.new(options_with_defaults)
- p universe
+ puts universe
end
class << self