method

pretty_print

v2_6_3 - Show latest stable - Class: Gem::List
pretty_print(q)
public

No documentation available.

# File lib/rubygems/util/list.rb, line 28
    def pretty_print(q) # :nodoc:
      q.pp to_a
    end