Parent

Files

RFacebook::FacepricotChain

Public Class Methods

new(hpricotDoc) click to toggle source
# File lib/facepricot.rb, line 119
def initialize(hpricotDoc)
  super(hpricotDoc.inner_html.gsub("&", "&"))
  @doc = hpricotDoc
end

Public Instance Methods

get(key) click to toggle source
# File lib/facepricot.rb, line 128
def get(key)
  return make_facepricot_chain(key.to_s, @doc)
end
method_missing(methodSymbol, *params) click to toggle source
# 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.