Method: Hammock::HashPatches.included

Defined in:
lib/hammock/monkey_patches/hash.rb

.included(base) ⇒ Object

:nodoc:



5
6
7
8
# File 'lib/hammock/monkey_patches/hash.rb', line 5

def self.included base # :nodoc:
  base.send :include, InstanceMethods
  base.send :extend, ClassMethods
end