mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):
qualify the access for Config constant. [ruby-dev:28338] * lib/resolv.rb (Resolv::DNS::Resource::IN::A): qualify ClassValue. [ruby-dev:28338] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a6c936c15b
commit
f816b8b167
4 changed files with 33 additions and 42 deletions
|
@ -20,7 +20,7 @@ module WEBrick
|
|||
Ruby = File::join(::Config::CONFIG['bindir'],
|
||||
::Config::CONFIG['ruby_install_name'])
|
||||
Ruby << ::Config::CONFIG['EXEEXT']
|
||||
CGIRunner = "\"#{Ruby}\" \"#{Config::LIBDIR}/httpservlet/cgi_runner.rb\""
|
||||
CGIRunner = "\"#{Ruby}\" \"#{WEBrick::Config::LIBDIR}/httpservlet/cgi_runner.rb\""
|
||||
|
||||
def initialize(server, name)
|
||||
super(server, name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue