またもGfWネタ Launchyからオンラインの辞書(英辞郎)を引く事ができる。 結果はGrowlで通知される。 コード require 'rubygems' require 'open-uri' require 'nokogiri' require 'ruby_gntp' word = ARGV[0] def growl(title, text) GNTP.notify( :app_name => "Dicty", :title => title, :text => text, :icon => Dir.pwd + '\Book.png' ) end doc = Nokogiri::HTML(open("http://eow.alc.co.jp/#{word}/utf-8")) result_item = doc.css("div#resultList > ul > li[1]") re