Parent

Methods

Files

Object

Public Instance Methods

tap() click to toggle source
# File lib/less/ext.rb, line 33
def tap
  yield self
  self
end
verbose() click to toggle source
# File lib/less/ext.rb, line 26
def verbose
  $verbose = true
  yield
ensure
  $verbose = false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.