# File lib/mutter/indenter.rb, line 7
    def [] n, obj = nil
      ' ' * (n * @tab)
    end