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



61
62
63
# File 'lib/nrser/props/mutable/stash.rb', line 61

def [] *args
  new ::Hash[*args]
end