class LoadError
def is_missing?(location)
def is_missing?(location) location.sub(/\.rb$/, '') == path.sub(/\.rb$/, '') end
def path
def path @path ||= begin REGEXPS.find do |regex| message =~ regex end $1 end end
def is_missing?(location) location.sub(/\.rb$/, '') == path.sub(/\.rb$/, '') end
def path @path ||= begin REGEXPS.find do |regex| message =~ regex end $1 end end