class RSpec::Core::Ordering::Custom

def order(list)

def order(list)
  @callable.call(list)
end