Method: Undies::IO#node_stack

Defined in:
lib/undies/io.rb

#node_stackObject (readonly)

the IO class wraps a stream (anything that responds to ‘<<’ and gathers streaming options options. handles writing markup to the stream.



8
9
10
# File 'lib/undies/io.rb', line 8

def node_stack
  @node_stack
end