Methods
T
Instance Public methods
to_s()

Returns the output of this node.

# File lib/erbook/document.rb, line 241
      def to_s
        defn['silent'] ? '' : output
      end