class AyeCommander::UnexpectedReceivedArgumentError
Raised when the command specifies 'receives' and receives one or more unexpected arguments
Public Instance Methods
message()
click to toggle source
# File lib/aye_commander/errors.rb, line 28 def message "Received unexpected arguments: #{@info}" end