Class: Layer

Inherits:
BaseBoard show all
Defined in:
lib/codenjoy/games/icancode/board.rb

Instance Method Summary collapse

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