Skip to content

Instantly share code, notes, and snippets.

@yuiseki
Created February 14, 2012 05:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuiseki/1823928 to your computer and use it in GitHub Desktop.
Save yuiseki/1823928 to your computer and use it in GitHub Desktop.
markdownのテスト

説明を書く欄その2

hogehoge

  • hoge
  • hoge
    • hoge
require 'rubygems'
require 'nokogiri'
require 'open-uri'
doc = Nokogiri::HTML(open('http://www.google.com/search?q=ruby'))
doc.css('h3.r a.l').each do |link|
puts link.content
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment