method

to_s

ruby latest stable - Class: RDoc::AnyMethod

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

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