Flowdock
to_s() public

No documentation

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

Hide source
# File lib/rdoc/class_module.rb, line 210
  def to_s # :nodoc:
    "#{self.class}: #{full_name} #{@comment} #{super}"
  end
Register or log in to add new notes.