1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rubygems/gem_open_uri.rb

8 lines
105 B
Ruby
Raw Normal View History

#!/usr/bin/env ruby
if RUBY_VERSION < "1.9"
require 'rubygems/open-uri'
else
require 'open-uri'
end