Method: Mothership::ExtraArguments#to_s
- Defined in:
- lib/mothership/errors.rb
#to_s ⇒ Object
22 23 24 |
# File 'lib/mothership/errors.rb', line 22 def to_s "#{@command.display_name}: too many arguments; extra: #{@extra.join(" ")}" end |