Class: MarkdownRubyDocumentation::ClassMethod
- Defined in:
- lib/markdown_ruby_documentation/method/class_method.rb
Constant Summary
Constants inherited from Method
Method::InvalidMethodReference
Instance Attribute Summary
Attributes inherited from Method
#file_path, #line_no, #visibility
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Method
#==, ===, #context, #context_name, create, #hash, #initialize, #inspect, #name, #source_location, #to_proc, #to_s, #type_symbol
Constructor Details
This class inherits a constructor from MarkdownRubyDocumentation::Method
Class Method Details
.type_symbol ⇒ Object
4 5 6 |
# File 'lib/markdown_ruby_documentation/method/class_method.rb', line 4 def self.type_symbol "." end |
Instance Method Details
#type ⇒ Object
8 9 10 |
# File 'lib/markdown_ruby_documentation/method/class_method.rb', line 8 def type :method end |