method
describe_blame
describe_blame()
public
Hide source
# File activesupport/lib/active_support/dependencies.rb, line 193 def describe_blame return nil if blamed_files.empty? "This error occurred while loading the following files:\n #{blamed_files.join "\n "}" end


