Module: Humanoid::Extensions::Hash::Conversions

Included in:
Hash
Defined in:
lib/humanoid/extensions/hash/conversions.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#get(value) ⇒ Object



6
7
8
# File 'lib/humanoid/extensions/hash/conversions.rb', line 6

def get(value)
  value
end

#set(value) ⇒ Object



9
10
11
# File 'lib/humanoid/extensions/hash/conversions.rb', line 9

def set(value)
  value
end