mirror of
https://github.com/onyx-and-iris/aoc2025.git
synced 2026-04-08 19:13:37 +00:00
remove delegated method
This commit is contained in:
@@ -4,8 +4,6 @@ require_relative "cell"
|
||||
|
||||
class Grid
|
||||
attr_reader :rows, :columns
|
||||
extend Forwardable
|
||||
def_delegators :@rows, :[]
|
||||
|
||||
def initialize(input)
|
||||
@rows = []
|
||||
|
||||
Reference in New Issue
Block a user