There's no documentation for this item.
# File active_support/core_ext/load_error.rb, line 8 def is_missing?(path) path.gsub(/\.rb$/, '') == self.path.gsub(/\.rb$/, '') end
<code/>
<pre/>
<code/>and<pre/>for code samples.