class Bitmapped::Commands::ExitCommand

Public Instance Methods

command_id() click to toggle source
# File lib/bitmapped/commands/exit_command.rb, line 7
def command_id
  "X"
end
process_command(bitmap, input) click to toggle source
# File lib/bitmapped/commands/exit_command.rb, line 11
def process_command(bitmap, input)
  raise Interrupt
end