Flowdock
method

to_s

Importance_0
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/specification.rb, line 2572
  def to_s # :nodoc:
    "#<Gem::Specification name=#{@name} version=#{@version}>"
  end
Register or log in to add new notes.