class RSpec::Core::ExampleGroup

def self.add_example(example)

Adds an example to the example group
def self.add_example(example)
  reset_memoized
  examples << example
end