Method: Hash#easy_access!

Defined in:
lib/vex/base/hash/easy_access.rb

#easy_access!Object



81
82
83
84
# File 'lib/vex/base/hash/easy_access.rb', line 81

def easy_access!
  # extend always returns self
  extend(EasyAccess)
end