returns a raw Hpricot::Elem object for the first result found by the query
Source Code
# File merb/test/hpricot.rb, line 50 def element(css_query) process_output @output[css_query].first end
returns a raw Hpricot::Elem object for the first result found by the query
# File merb/test/hpricot.rb, line 50 def element(css_query) process_output @output[css_query].first end
<code/>and<pre/>for code samples.