method
to_s
v2_5_5 -
Show latest stable
- Class:
Gem::Dependency
to_s()public
No documentation available.
# File lib/rubygems/dependency.rb, line 153
def to_s # :nodoc:
if type != :runtime then
"#{name} (#{requirement}, #{type})"
else
"#{name} (#{requirement})"
end
end