class Unparser::Buffer

def append_without_prefix(string)

Other tags:
    Api: - private

Returns:
  • (self) -

Parameters:
  • string (String) --
def append_without_prefix(string)
  write(string)
end