/extensions/flyrb/bin/google
Ruby | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | 65f613184885c87735aca5d677d9b7d0 MD5 | raw file
1#!/usr/bin/env ruby 2%w{rubygems platform net/http flyrb}.each {|library| require library} 3 4Flyrb.equip(:google) 5include Flyrb::Google 6 7google(ARGV[0])