Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created December 14, 2013 23:32
Show Gist options
  • Save manleyhimself/7966488 to your computer and use it in GitHub Desktop.
Save manleyhimself/7966488 to your computer and use it in GitHub Desktop.
def return_nokogiri_table_rows(noko_obj)
noko_obj.xpath('/html/body/table/tr/td/table[3]/tr[4]/td[2]/table/tr/td')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment