/extensions/flyrb/bin/google

http://github.com/alloy/dietrb · 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. Flyrb.equip(:google)
  4. include Flyrb::Google
  5. google(ARGV[0])