class MarkdownRubyDocumentation::ClassMethod

Public Class Methods

type_symbol() click to toggle source
# File lib/markdown_ruby_documentation/method/class_method.rb, line 4
def self.type_symbol
  "."
end

Public Instance Methods

type() click to toggle source
# File lib/markdown_ruby_documentation/method/class_method.rb, line 8
def type
  :method
end