Flowdock
method

pretty_print

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Source
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/source.rb, line 214
  def pretty_print q # :nodoc:
    q.group 2, '[Remote:', ']' do
      q.breakable
      q.text @uri.to_s

      if api = api_uri
        q.breakable
        q.text 'API URI: '
        q.text api.to_s
      end
    end
  end
Register or log in to add new notes.