module RSpec::Core::MemoizedHelpers

def self.define_helpers_on(example_group)

Other tags:
    Private: -
def self.define_helpers_on(example_group)
  example_group.__send__(:include, module_for(example_group))
end