Creates an instance of the current example group
class and adds it
to a collection of examples of the
current example group.
# File lib/spec/example/example_group_methods.rb, line 145
def example(description=nil, options={}, &implementation)
e = new(description, options, &implementation)
example_objects << e
e
end