method
pretty_print
v2_1_10 -
Show latest stable
- Class:
Gem::Source::Local
pretty_print(q)public
No documentation available.
# File lib/rubygems/source/local.rb, line 120
def pretty_print q # :nodoc:
q.group 2, '[Local gems:', ']' do
q.breakable
q.seplist @specs.keys do |v|
q.text v.full_name
end
end
end