class Commands::Unrecognized
Unrecognized
command.
Public Instance Methods
execute()
click to toggle source
# File lib/gdsh/unrecognized.rb, line 8 def execute "Command not recognized, got: #{@params}".colorize(:red) end