Flowdock
examples(run_options=nil) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_group_methods.rb, line 221
      def examples(run_options=nil) #:nodoc:
        examples = example_objects.dup
        add_method_examples(examples)
        (run_options && run_options.reverse) ? examples.reverse : examples
      end
Register or log in to add new notes.