Method: Fable::CallStack::Element#function_start_in_output_stream
- Defined in:
- lib/fable/call_stack.rb
#function_start_in_output_stream ⇒ Object
When functions are called, we trim whitespace from the start & end of what they generate, so we make sure we know where the function’s start/end are
231 232 233 |
# File 'lib/fable/call_stack.rb', line 231 def function_start_in_output_stream @function_start_in_output_stream end |