Module: NRSER::Props::Mutable::Stash::ClassMethods
- Defined in:
- lib/nrser/props/mutable/stash.rb
Overview
Methods to be mixed in at the class-level with Hash.
Instance Method Summary collapse
Instance Method Details
#[](*args) ⇒ Object
64 65 66 |
# File 'lib/nrser/props/mutable/stash.rb', line 64 def [] *args new ::Hash[*args] end |