Parent

Object

Public Class Methods

hpricot_slate_method_added(name) click to toggle source
Alias for: method_added
method_added(name) click to toggle source

Detect method additions to Object and remove them in the BlankSlate class.

    # File lib/hpricot/blankslate.rb, line 57
57:     def method_added(name)
58:       hpricot_slate_method_added(name)
59:       return if self != Object
60:       Hpricot::BlankSlate.hide(name)
61:     end
Also aliased as: hpricot_slate_method_added

Public Instance Methods

Hpricot(input = nil, opts = {}, &blk) click to toggle source
   # File lib/hpricot/parse.rb, line 3
3: def Hpricot(input = nil, opts = {}, &blk)
4:   Hpricot.make(input, opts, &blk)
5: end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.