Flowdock
method

inspect

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: InstallerSet
inspect() public

No documentation

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

Hide source
# File lib/rubygems/resolver/installer_set.rb, line 170
  def inspect # :nodoc:
    always_install = @always_install.map { |s| s.full_name }

    '#<%s domain: %s specs: %p always install: %p>' % [
      self.class, @domain, @specs.keys, always_install,
    ]
  end
Register or log in to add new notes.