Object
# File lib/mutter/indenter.rb, line 3 def initialize tab = 2 @tab = tab end
# File lib/mutter/indenter.rb, line 7 def [] n, obj = nil ' ' * (n * @tab) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.