Method: Fable::Story#build_string_of_container
- Defined in:
- lib/fable/story.rb
#build_string_of_container(container) ⇒ Object
1196 1197 1198 |
# File 'lib/fable/story.rb', line 1196 def build_string_of_container(container) container.build_string_of_hierarchy(StringIO.new, 0, state.current_pointer.resolve!) end |