instance method
is_missing?
Ruby on Rails 3.1.12
Since v3.0.20 Last seen in v4.2.9Signature
is_missing?(location)
No documentation comment.
Parameters
-
locationreq
Source
# File activesupport/lib/active_support/core_ext/load_error.rb, line 18
def is_missing?(location)
location.sub(/\.rb$/, '') == path.sub(/\.rb$/, '')
end
Defined in activesupport/lib/active_support/core_ext/load_error.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in MissingSourceFile