In Files

Parent

TextPrinter

Public Instance Methods

indent(node) click to toggle source
# File lib/rest.rb, line 381
def indent node
  node.level.times do
    printf "  "
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.