Class: Fable::Glue
- Inherits:
-
RuntimeObject
- Object
- RuntimeObject
- Fable::Glue
- Defined in:
- lib/fable/glue.rb
Instance Attribute Summary
Attributes inherited from RuntimeObject
#original_object, #own_debug_metadata, #parent, #path
Instance Method Summary collapse
Methods inherited from RuntimeObject
#compact_path_string, #convert_path_to_relative, #copy, #debug_line_number_of_path, #debug_metadata, #indentation_string, #initialize, #resolve_path, #root_content_container
Constructor Details
This class inherits a constructor from Fable::RuntimeObject
Instance Method Details
#to_s ⇒ Object
3 4 5 |
# File 'lib/fable/glue.rb', line 3 def to_s return "Glue" end |