Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/object_patch.rb
Instance Method Summary collapse
Instance Method Details
#ah(*data) ⇒ Object
2 3 4 |
# File 'lib/object_patch.rb', line 2 def ah(*data) ActiveSupport::OrderedHash.[](*data) end |