class MarkdownRubyDocumentation::InstanceMethod

Public Class Methods

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

Public Instance Methods

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