class Unparser::Buffer

def nl

Other tags:
    Api: - private

Returns:
  • (self) -
def nl
  @no_nl = false
  write(NL)
  flush_heredocs
  self
end