Method: Multiset#marshal_load

Defined in:
lib/multiset.rb

#marshal_load(hash) ⇒ Object

:nodoc:



167
168
169
# File 'lib/multiset.rb', line 167

def marshal_load(hash) #:nodoc:
  @hash = hash
end