Object
# File lib/mutter/indenter.rb, line 3 3: def initialize tab = 2 4: @tab = tab 5: end
# File lib/mutter/indenter.rb, line 7 7: def [] n, obj = nil 8: ' ' * (n * @tab) 9: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.