Parent

Class Index [+]

Quicksearch

LoadError

Constants

REGEXPS

Public Instance Methods

is_missing?(location) click to toggle source
    # File lib/active_support/core_ext/load_error.rb, line 18
18:   def is_missing?(location)
19:     location.sub(/\.rb$/, '') == path.sub(/\.rb$/, '')
20:   end
path() click to toggle source
    # File lib/active_support/core_ext/load_error.rb, line 9
 9:   def path
10:     @path ||= begin
11:       REGEXPS.find do |regex|
12:         message =~ regex
13:       end
14:       $1
15:     end
16:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.