module NRSER::Props::Mutable::Stash::ClassMethods

Methods to be mixed in at the class-level with {NRSER::Props::Mutable::Hash}.

Public Instance Methods

[](*args) click to toggle source
# File lib/nrser/props/mutable/stash.rb, line 64
def [] *args
  new ::Hash[*args]
end