Remove as_string as per request.

This commit is contained in:
lf
2015-10-16 19:03:21 -06:00
parent 2956d5d913
commit 670bc1e3d3
@@ -88,10 +88,6 @@ class RawNginxDumper(object):
"""Return the parsed block as a string.""" """Return the parsed block as a string."""
return '\n'.join(self) + '\n' return '\n'.join(self) + '\n'
def as_string(self):
"""Return the parsed block as a string."""
return str(self)
# Shortcut functions to respect Python's serialization interface # Shortcut functions to respect Python's serialization interface
# (like pyyaml, picker or json) # (like pyyaml, picker or json)