method

to_s

v1_9_3_125 - Show latest stable - Class: Gem::Dependency
to_s()
public

No documentation available.

# File lib/rubygems/dependency.rb, line 129
  def to_s # :nodoc:
    if type != :runtime then
      "#{name} (#{requirement}, #{type})"
    else
      "#{name} (#{requirement})"
    end
  end