This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.
path()
Returns the path which was unable to be loaded.
# File activesupport/lib/active_support/core_ext/load_error.rb, line 13 def path @path ||= begin REGEXPS.find do |regex| message =~ regex end $1 end end