Flowdock
method

pretty_print

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Requirement
pretty_print(q) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/requirement.rb, line 149
  def pretty_print q # :nodoc:
    q.group 1, 'Gem::Requirement.new(', ')' do
      q.pp as_list
    end
  end
Register or log in to add new notes.