class RSpec::Core::ExampleGroup

def self.include_context(name, *args, &block)

Other tags:
    See: SharedExampleGroup -
def self.include_context(name, *args, &block)
  find_and_eval_shared("context", name, caller.first, *args, &block)
end