From 8d55c9c251cbd4a3be6583dc3fca19fa6b9c3da2 Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 2 Dec 2020 15:25:02 +0100 Subject: Remove unused requires from Cell --- CLI/ruby/lib/game_of_life/cell.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'CLI/ruby') 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 -- cgit v1.2.3