Method: Tangle::CyclicError#initialize
- Defined in:
- lib/tangle/errors.rb
#initialize(reason = 'cycles not allowed') ⇒ CyclicError
Returns a new instance of CyclicError.
34 35 36 |
# File 'lib/tangle/errors.rb', line 34 def initialize(reason = 'cycles not allowed', *) super end |