path()
Returns the path which was unable to be loaded.
# File activesupport/lib/active_support/core_ext/load_error.rb, line 11 def path @path ||= begin REGEXPS.find do |regex| message =~ regex end $1 end end