Flowdock
method

pretty_print

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Git
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/git.rb, line 160
  def pretty_print(q) # :nodoc:
    q.group 2, '[Git: ', ']' do
      q.breakable
      q.text @repository

      q.breakable
      q.text @reference
    end
  end
Register or log in to add new notes.