summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-02 15:25:02 +0100
committera14m <[email protected]>2020-12-02 15:25:02 +0100
commit8d55c9c251cbd4a3be6583dc3fca19fa6b9c3da2 (patch)
treeac67699fcfef954ad9c7052f9544d51f72b05819 /CLI/ruby
parent81921690c1c090976f4f31262e8a8e7fb010e2db (diff)
Remove unused requires from Cell
Diffstat (limited to 'CLI/ruby')
-rw-r--r--CLI/ruby/lib/game_of_life/cell.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/CLI/ruby/lib/game_of_life/cell.rb b/CLI/ruby/lib/game_of_life/cell.rb
index 8997b38..c5fb002 100644
--- a/CLI/ruby/lib/game_of_life/cell.rb
+++ b/CLI/ruby/lib/game_of_life/cell.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-require "pry-byebug"
module GameOfLife
# Class representing a cell in the GemeOfLife universe
# @!attribute [r] alive