class RuboCop::Cop::RSpec::SpecFilePathFormat

def ignore?(method_name)

def ignore?(method_name)
  !method_name&.str_type? || ignore_methods?
end