public Method

HpricotTestHelper.tags(css_query)

returns an array of tag contents for all of the tags found by the css query

Source Code

# File merb/test/hpricot.rb, line 43
def tags(css_query)
  process_output
  @output.content_for_all(css_query)
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.