Flowdock
method

to_s

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Dependency
to_s() public

No documentation

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

Hide source
# File lib/rubygems/dependency.rb, line 154
  def to_s # :nodoc:
    if type != :runtime
      "#{name} (#{requirement}, #{type})"
    else
      "#{name} (#{requirement})"
    end
  end
Register or log in to add new notes.