Exception: HOALife::Concern::MultipleIncludedBlocks
- Inherits:
-
StandardError
- Object
- StandardError
- HOALife::Concern::MultipleIncludedBlocks
- Defined in:
- lib/hoalife/concern.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ MultipleIncludedBlocks
constructor
A new instance of MultipleIncludedBlocks.
Constructor Details
#initialize ⇒ MultipleIncludedBlocks
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 |