class Minitest::Reporters::MeanTimeReporter

def asc?

Returns:
  • (Boolean) - Whether the given :order option is :asc.
def asc?
  order == :asc
end