Flowdock
method

pretty_print

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

      q.breakable
      q.pp @data.keys
    end
  end
Register or log in to add new notes.