class Rufo::Formatter

def next_indent

def next_indent
  @indent + INDENT_SIZE
end