Skip to content

Instantly share code, notes, and snippets.

@jarmo
Created December 19, 2010 14:30
Show Gist options
  • Save jarmo/747366 to your computer and use it in GitHub Desktop.
Save jarmo/747366 to your computer and use it in GitHub Desktop.
ff.links.find_all {|link| link.class_name == "firm"}.each do |link|
puts link.href
puts link.span(:class => "firm_title").text
puts "==========="
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment