class RSpec::Core::ExampleGroup

def self.include_context(name, *args)

Other tags:
    See: SharedExampleGroup -
def self.include_context(name, *args)
  block_given? ? block_not_supported("context") : find_and_eval_shared("context", name, *args)
end