Parent

Methods

Files

Mutter::Indenter

Public Class Methods

new(tab = 2) click to toggle source
   # File lib/mutter/indenter.rb, line 3
3:     def initialize tab = 2
4:       @tab = tab
5:     end

Public Instance Methods

[](n, obj = nil) click to toggle source
   # 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.