class Webrat::Element
def table_from_list #:nodoc:
def table_from_list #:nodoc: Webrat::XML.css_search(@element, 'li').map do |li| [li.inner_html] end end
def table_from_list #:nodoc: Webrat::XML.css_search(@element, 'li').map do |li| [li.inner_html] end end