Module: RSokoban
- Defined in:
- lib/level.rb,
lib/rsokoban_game.rb
Defined Under Namespace
Classes: Level, LevelData, RSokobanGame
Instance Attribute Summary collapse
-
#levels ⇒ Object
Returns the value of attribute levels.
Instance Attribute Details
#levels ⇒ Object
Returns the value of attribute levels.
4 5 6 |
# File 'lib/level.rb', line 4 def levels @levels end |