class Gem::List

def to_a

def to_a
  super.reverse
end