String
# File lib/facepricot.rb, line 119 def initialize(hpricotDoc) super(hpricotDoc.inner_html.gsub("&", "&")) @doc = hpricotDoc end
# File lib/facepricot.rb, line 128 def get(key) return make_facepricot_chain(key.to_s, @doc) end
# File lib/facepricot.rb, line 124 def method_missing(methodSymbol, *params) return make_facepricot_chain(methodSymbol.to_s, @doc) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.