class InvalidCommand

Public Instance Methods

execute() click to toggle source
# File lib/another_toy_robot/invalid_command.rb, line 4
def execute
  puts "Invalid command"
end