aboutsummaryrefslogtreecommitdiffstats
path: root/board.rb
diff options
context:
space:
mode:
Diffstat (limited to 'board.rb')
-rw-r--r--board.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/board.rb b/board.rb
index 9481d45..93b726a 100644
--- a/board.rb
+++ b/board.rb
@@ -8,6 +8,6 @@ class Board
end
def render
- puts "...\n" * 3
+ "...\n" * 3
end
end