# File lib/rest.rb, line 378
  def indent node
    node.level.times do
      printf "  "
    end
  end