Method: Anima::Error#initialize
- Defined in:
- lib/anima/error.rb
#initialize(klass, missing, unknown) ⇒ undefined
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Initialize object
15 16 17 |
# File 'lib/anima/error.rb', line 15 def initialize(klass, missing, unknown) super(FORMAT % [klass, missing, unknown]) end |