remove delegated method

This commit is contained in:
onyx-and-iris 2025-12-04 10:01:18 +00:00
parent 18c73c1bb7
commit 0180ee243c

View File

@ -4,8 +4,6 @@ require_relative "cell"
class Grid
attr_reader :rows, :columns
extend Forwardable
def_delegators :@rows, :[]
def initialize(input)
@rows = []