class ToyRobot::Command::Place

Defined in:

toy_robot/command/place.cr

Instance Method Summary

Instance methods inherited from class ToyRobot::Command::Base

output : IO::FileDescriptor output, output=(output : IO::FileDescriptor) output=, robot : Robot robot, robot=(robot : Robot) robot=, table : Table table, table=(table : Table) table=

Constructor methods inherited from class ToyRobot::Command::Base

new(robot : Robot, table : Table, output : IO::FileDescriptor) new

Instance Method Detail

def execute(x : Int32, y : Int32, direction : Robot::Direction) #

[View source]