In Files

Parent

Methods

Files

Object

Public Instance Methods

tap() click to toggle source
    # File lib/less/ext.rb, line 33
33:   def tap
34:     yield self
35:     self
36:   end
verbose() click to toggle source
    # File lib/less/ext.rb, line 26
26:   def verbose
27:     $verbose = true
28:     yield
29:   ensure
30:     $verbose = false
31:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.