module RSpec::Core::Metadata

def self.ascend(metadata)

Other tags:
    Private: -
def self.ascend(metadata)
  enum_for(:ascending, metadata)
end