public Method

Elements.to_html

Convert this group of elements into a complete HTML fragment, returned as a string.

Source Code

# File hpricot/elements.rb, line 74
def to_html
  map { |x| x.output("") }.join
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.