Method: Hash#with_simple_access
- Defined in:
- lib/vex/base/hash/simple_access_methods.rb
#with_simple_access ⇒ Object
2 3 4 5 |
# File 'lib/vex/base/hash/simple_access_methods.rb', line 2 def with_simple_access Deprecation.report "Hash#with_simple_access", "Hash#easy_access" easy_access! end |