Class: Tr3llo::Command::Card::InvalidCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/3llo/commands/card/invalid.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



5
6
7
8
9
10
# File 'lib/3llo/commands/card/invalid.rb', line 5

def execute
  interface.print_frame do
    interface.puts("Invalid command".red)
    interface.puts(menu_text)
  end
end