Class: Memo::Cli::Error::Unknown

Inherits:
Object
  • Object
show all
Defined in:
lib/memo/cli/error/error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



11
12
13
# File 'lib/memo/cli/error/error.rb', line 11

def to_s
  "ERROR: unknown command"
end