method

to_a

ruby latest stable - Class: Gem::List
to_a()
public

No documentation available.

# File lib/rubygems/util/list.rb, line 20
    def to_a
      super.reverse
    end