Class: Layer
- Defined in:
- lib/codenjoy/games/icancode/board.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ Layer
constructor
A new instance of Layer.
Methods inherited from BaseBoard
#any_of_at?, #at?, #board_to_s, #count_near, #find_all, #find_by_list, #get_at, #near?, #size, #xyl
Constructor Details
#initialize(data) ⇒ Layer
Returns a new instance of Layer.
36 37 38 |
# File 'lib/codenjoy/games/icancode/board.rb', line 36 def initialize(data) @raw = data end |