Method: Fable::RuntimeObject#original_object

Defined in:
lib/fable/runtime_object.rb

#original_objectObject

RuntimeObjects can be included in the main story as a hierarchy usually parents are container objectsd



5
6
7
# File 'lib/fable/runtime_object.rb', line 5

def original_object
  @original_object
end