Module: Hypercuke::Error

Included in:
LayerNotDefinedError, StepAdapterNotDefinedError, TopicNotDefinedError
Defined in:
lib/hypercuke/exceptions.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



3
4
5
# File 'lib/hypercuke/exceptions.rb', line 3

def self.included(receiver)
  receiver.extend ClassMethods
end