method
describe_blame
v3.2.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Blamable
describe_blame()public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 283
def describe_blame
return nil if blamed_files.empty?
"This error occurred while loading the following files:\n #{blamed_files.join "\n "}"
end