module RSpec::Core::SharedExampleGroup

def key? candidate

def key? candidate
  [String, Symbol, Module].any? { |cls| cls === candidate }
end