Exception: Tangle::CurrifyError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Tangle::CurrifyError
- Defined in:
- lib/tangle/currify.rb
Overview
Raised for zero arity of a currified method, subclass of ArgumentError
Instance Method Summary collapse
-
#initialize(msg = 'method accepts no arguments') ⇒ CurrifyError
constructor
A new instance of CurrifyError.
Constructor Details
#initialize(msg = 'method accepts no arguments') ⇒ CurrifyError
Returns a new instance of CurrifyError.
6 7 8 |
# File 'lib/tangle/currify.rb', line 6 def initialize(msg = 'method accepts no arguments', *) super end |