class Rubikon::MissingArgumentError
Raised by parameters that have been supplied with not all required arguments
@author Sebastian Staudt @see Parameter
@since 0.1.0
Public Class Methods
new(parameter)
click to toggle source
Calls superclass method
# File lib/rubikon/errors.rb, line 39 def initialize(parameter) super "Parameter #{parameter} is missing one or more arguments." end