class Unparser::Buffer
def append_without_prefix(string)
- Api: - private
Returns:
-
(self)
-
Parameters:
-
string
(String
) --
def append_without_prefix(string) write(string) end
(self)
-
string
(String
)
--
def append_without_prefix(string) write(string) end