Method: Mothership::MissingArgument#to_s

Defined in:
lib/mothership/errors.rb

#to_sObject



11
12
13
# File 'lib/mothership/errors.rb', line 11

def to_s
  "#{@command.display_name}: missing input '#{@argument}'"
end