Flowdock
method

to_s

Importance_0
Ruby latest stable (v2_5_5) - 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 153
  def to_s # :nodoc:
    if type != :runtime then
      "#{name} (#{requirement}, #{type})"
    else
      "#{name} (#{requirement})"
    end
  end
Register or log in to add new notes.