module RSpec::Core::Extensions::Ordered::Examples

def ordered

Other tags:
    Private: -
def ordered
  RSpec.configuration.example_ordering_block.call(self)
end