abstract class ToyRobot::Command::Base
- ToyRobot::Command::Base
- Reference
- Object
Direct Known Subclasses
- ToyRobot::Command::Move
- ToyRobot::Command::Place
- ToyRobot::Command::Report
- ToyRobot::Command::Rotate
Defined in:
toy_robot/command/base.crConstructors
Instance Method Summary
- #output : IO::FileDescriptor
- #output=(output : IO::FileDescriptor)
- #robot : Robot
- #robot=(robot : Robot)
- #table : Table
- #table=(table : Table)