module RuboCop::AST::Ext::RangeMinMax

def minmax

def minmax
  [min, max]
end