Exception: HOALife::Concern::MultipleIncludedBlocks

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMultipleIncludedBlocks

Returns a new instance of MultipleIncludedBlocks.



7
8
9
# File 'lib/hoalife/concern.rb', line 7

def initialize
  super "Cannot define multiple 'included' blocks for a Concern"
end