class Rufo::Formatter

def push_hash(node)

def push_hash(node)
  old_hash = @current_hash
  @current_hash = node
  yield
  @current_hash = old_hash
end