method

is_missing?

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