We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4abefde + 361a545 commit 1016673Copy full SHA for 1016673
activesupport/lib/active_support/deprecation/reporting.rb
@@ -168,8 +168,8 @@ def _extract_callstack(callstack)
168
end
169
170
171
- RAILS_GEM_ROOT = File.expand_path("../../../..", __dir__) + "/"
172
- LIB_DIR = RbConfig::CONFIG["libdir"]
+ RAILS_GEM_ROOT = File.expand_path("../../../..", __dir__) + "/" # :nodoc:
+ LIB_DIR = RbConfig::CONFIG["libdir"] # :nodoc:
173
174
def ignored_callstack?(path)
175
path.start_with?(RAILS_GEM_ROOT, LIB_DIR) || path.include?("<internal:")
0 commit comments