Exception: ObjectExtender::MultipleExtendedClassBlocks
- Inherits:
-
StandardError
- Object
- StandardError
- ObjectExtender::MultipleExtendedClassBlocks
- Defined in:
- lib/object_extender.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ MultipleExtendedClassBlocks
constructor
A new instance of MultipleExtendedClassBlocks.
Constructor Details
#initialize ⇒ MultipleExtendedClassBlocks
Returns a new instance of MultipleExtendedClassBlocks.
25 26 27 |
# File 'lib/object_extender.rb', line 25 def initialize super "Cannot define multiple 'extended_class' blocks" end |