method
is_missing?
v4.0.2 -
Show latest stable
- Class:
LoadError
is_missing?(location)public
No documentation available.
# File activesupport/lib/active_support/core_ext/load_error.rb, line 20
def is_missing?(location)
location.sub(/\.rb$/, '') == path.sub(/\.rb$/, '')
end