Method: Docile::BacktraceFilter#backtrace_locations

Defined in:
lib/docile/backtrace_filter.rb

#backtrace_locationsObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



19
20
21
# File 'lib/docile/backtrace_filter.rb', line 19

def backtrace_locations
  super.reject { |location| location.absolute_path =~ FILTER_PATTERN }
end