class Webrat::Element

def table_from_list #:nodoc:

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