class Rufo::Formatter

def visit_assign_value(value)

def visit_assign_value(value)
  skip_space
  indent_after_space value, indentable_keyword?
end