class MarkdownRubyDocumentation::NullMethod
Public Class Methods
type_symbol()
click to toggle source
# File lib/markdown_ruby_documentation/method/null_method.rb, line 4 def self.type_symbol "" end
Public Instance Methods
context()
click to toggle source
# File lib/markdown_ruby_documentation/method/null_method.rb, line 20 def context method_reference.constantize end
context_name()
click to toggle source
# File lib/markdown_ruby_documentation/method/null_method.rb, line 24 def context_name method_reference end
name()
click to toggle source
# File lib/markdown_ruby_documentation/method/null_method.rb, line 8 def name nil end
to_proc()
click to toggle source
# File lib/markdown_ruby_documentation/method/null_method.rb, line 16 def to_proc raise "Not convertible to a proc" end
type()
click to toggle source
# File lib/markdown_ruby_documentation/method/null_method.rb, line 12 def type raise "Does not have a type" end