From 77543134da94fa5edb0e471e1a859b4190eb3cb0 Mon Sep 17 00:00:00 2001 From: a14m Date: Sun, 29 Nov 2020 23:55:44 +0100 Subject: Fix some linting issues --- CLI/ruby/bin/game-of-life | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CLI/ruby/bin') 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 -- cgit v1.2.3