class Byebug::Context

def ignored_file?(path)

Parameters:
  • path (String) -- filename to be checked.
def ignored_file?(path)
  self.class.ignored_files.include?(path)
end