class Rubikon::ExtraArgumentError
Raised by parameters that have been supplied with more arguments than they take
@author Sebastian Staudt @see Parameter
@see 0.3.0
Public Class Methods
new(parameter)
click to toggle source
Calls superclass method
# File lib/rubikon/errors.rb, line 25 def initialize(parameter) super "Parameter #{parameter} has one or more extra arguments." end