Class: Documentation::InstanceMethod
Instance Method Summary collapse
Methods inherited from Method
#arguments, #fires, #full_name, #klass, #klass_name, #methodized?, #name, #namespace_string, #returns, #serialize, #serialize_arguments, #serialize_signatures, #signature, #signatures
Methods inherited from Base
#alias_of, #deprecated?, #description, #doc_parent, #ebnf_expressions, #full_name, #inspect, #klass, #klass_name, #name, #namespace, #namespace_string, #parent_id, #related_to, #root, #section_name, #serialize, #signature, #src_code_line, #tags, #to_yaml
Methods included from Memoized
#avoid_infinite_method_added_loop, #memoize, #method_added
Instance Method Details
#type ⇒ Object
392 393 394 |
# File 'lib/pdoc/parser/documentation_nodes.rb', line 392 def type "instance method" end |