class Tangle::CurrifyError

Raised for zero arity of a currified method, subclass of ArgumentError

Public Class Methods

new(msg = 'method accepts no arguments', *) click to toggle source
Calls superclass method
# File lib/tangle/currify.rb, line 6
def initialize(msg = 'method accepts no arguments', *)
  super
end