Class: RDoc::GhostMethod

Inherits:
AnyMethod show all
Defined in:
lib/rdoc/ghost_method.rb

Overview

frozen_string_literal: false

GhostMethod represents a method referenced only by a comment

Constant Summary

Constants inherited from AnyMethod

AnyMethod::MARSHAL_VERSION

Constants included from Text

Text::MARKUP_FORMAT, Text::TO_HTML_CHARACTERS

Instance Attribute Summary

Attributes inherited from AnyMethod

#c_function, #call_seq, #calls_super, #dont_rename_initialize, #params

Attributes inherited from MethodAttr

#aliases, #arglists, #block_params, #call_seq, #is_alias_for, #name, #param_seq, #params, #singleton, #text, #visibility

Attributes inherited from CodeObject

#comment, #document_children, #document_self, #done_documenting, #file, #force_documentation, #line, #metadata, #offset, #parent, #received_nodoc, #section, #store, #viewer

Method Summary

Methods inherited from AnyMethod

#add_alias, #aref_prefix, #arglists, #initialize, #is_alias_for, #marshal_dump, #marshal_load, #name, #param_list, #param_seq, #store=, #superclass_method

Methods included from TokenStream

#add_tokens, #collect_tokens, #pop_token, to_html, #token_stream, #tokens_to_s

Methods inherited from MethodAttr

#<=>, #==, #add_alias, #add_line_numbers, #aref, #aref_prefix, #documented?, #find_method_or_attribute, #find_see, #full_name, #html_name, #initialize, #initialize_copy, #initialize_visibility, #inspect, #markup_code, #name_prefix, #output_name, #parent_name, #path, #pretty_name, #pretty_print, #search_record, #see, #store=, #to_s, #type

Methods inherited from CodeObject

#display?, #documented?, #each_parent, #file_name, #full_name=, #ignore, #ignored?, #initialize, #initialize_visibility, #options, #parent_file_name, #parent_name, #record_location, #start_doc, #stop_doc, #suppress, #suppressed?

Methods included from RDoc::Generator::Markup

#aref_to, #as_href, #cvs_url, #description, #formatter

Methods included from Text

encode_fallback, #expand_tabs, #flush_left, #markup, #normalize_comment, #parse, #snippet, #strip_hashes, #strip_newlines, #strip_stars, #to_html, #wrap

Constructor Details

This class inherits a constructor from RDoc::AnyMethod