method

to_s

v1_9_2_180 - Show latest stable - Class: RDoc::AnyMethod
to_s()
public

No documentation available.

# File lib/rdoc/any_method.rb, line 278
  def to_s # :nodoc:
    "#{self.class.name}: #{full_name} (#{@text})\n#{@comment}"
  end