Flowdock
method

display

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: RDoc::Context
display(method_attr) public

No documentation

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

Hide source
# File lib/rdoc/context.rb, line 715
  def display(method_attr) # :nodoc:
    if method_attr.is_a? RDoc::Attr
      "#{method_attr.definition} #{method_attr.pretty_name}"
    else
      "method #{method_attr.pretty_name}"
    end
  end
Register or log in to add new notes.