mirror of
https://github.com/onyx-and-iris/aoc2025.git
synced 2026-04-09 03:23:37 +00:00
remove delegated method
This commit is contained in:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user