public Method

MissingSourceFile.is_missing?(path)

There's no documentation for this item.

Source Code

# File active_support/core_ext/load_error.rb, line 8
def is_missing?(path)
  path.gsub(/\.rb$/, '') == self.path.gsub(/\.rb$/, '')
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.