Exception: CoreEx::Proc::ArityError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/core_ex/proc.rb

Instance Method Summary collapse

Constructor Details

#initializeArityError

Returns a new instance of ArityError.



12
13
14
# File 'lib/core_ex/proc.rb', line 12

def initialize
  super("Bad number of arguments")
end