class Rufo::Formatter

def write_indent(indent = @indent)

def write_indent(indent = @indent)
  @output << (" " * indent)
  @column += indent
end