class Unparser::Buffer

def initialize

Other tags:
    Api: - private

Returns:
  • (undefined) -
def initialize
  @content  = +''
  @heredocs = []
  @indent   = 0
  @no_nl    = true
end