Exception: ObjectExtender::MultipleExtendedClassBlocks

Inherits:
StandardError
  • Object
show all
Defined in:
lib/object_extender.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMultipleExtendedClassBlocks

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