class Marbles::Navigator
- Marbles::Navigator
- Reference
- Object
Defined in:
marbles/navigator.crConstructors
Instance Method Summary
- #current
- #done
- #down
- #find(value : Char)
- #goto(row : Int32, column : Int32)
- #goto(coords : Tuple(Int32, Int32))
- #left
- #position
- #right
- #up