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

Fix NameError: uninitialized constant Net

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-08-04 12:00:00 +00:00
parent 01eb8d776b
commit 92c52f0832

View file

@ -1,6 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'net/http'
if $0 == __FILE__
require 'open-uri'
IO.foreach(__FILE__) do |line|