mirror of
https://github.com/onyx-and-iris/aoc2025.git
synced 2026-01-02 15:37:49 +00:00
remove delegated method
This commit is contained in:
parent
18c73c1bb7
commit
0180ee243c
@ -4,8 +4,6 @@ require_relative "cell"
|
|||||||
|
|
||||||
class Grid
|
class Grid
|
||||||
attr_reader :rows, :columns
|
attr_reader :rows, :columns
|
||||||
extend Forwardable
|
|
||||||
def_delegators :@rows, :[]
|
|
||||||
|
|
||||||
def initialize(input)
|
def initialize(input)
|
||||||
@rows = []
|
@rows = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user