method
is_missing?
v2.1.0 -
Show latest stable
- Class:
MissingSourceFile
is_missing?(path)public
No documentation available.
# File activesupport/lib/active_support/core_ext/load_error.rb, line 8
def is_missing?(path)
path.gsub(/\.rb$/, '') == self.path.gsub(/\.rb$/, '')
end