class RuboCop::RSpec::Hook

def knowable_scope?

def knowable_scope?
  scope_argument.nil? ||
    scope_argument.sym_type? ||
    scope_argument.hash_type?
end