Method: Inch::CodeObject::Proxy#marshal_load

Defined in:
lib/inch/code_object/proxy.rb

#marshal_load(attributes) ⇒ Object

Used to load a persisted code object



49
50
51
# File 'lib/inch/code_object/proxy.rb', line 49

def marshal_load(attributes)
  @attributes = attributes
end