# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/load_error.rb, line 18defis_missing?(location)
location.sub(/\.rb$/, '') ==path.sub(/\.rb$/, '')
end
path()click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/load_error.rb, line 9defpath@path||=beginREGEXPS.finddo|regex|message=~regexend$1endend