Module: HashExtensions

Defined in:
lib/eventhub/hash_extensions.rb

Overview

HashExtensions module

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



43
44
45
46
# File 'lib/eventhub/hash_extensions.rb', line 43

def self.included(receiver)
  receiver.extend ClassMethods
  receiver.send :include, InstanceMethods
end