summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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