Class: RDoc::Markdown::MemoEntry
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/rdoc/markdown.rb |
Class Method Summary
- .new(ans, pos) ⇒ MemoEntry constructor
Instance Attribute Summary
Instance Method Summary
Constructor Details
.new(ans, pos) ⇒ MemoEntry
# File 'lib/rdoc/markdown.rb', line 429
def initialize(ans, pos) @ans = ans @pos = pos @result = nil @set = false @left_rec = false end
Instance Attribute Details
#ans (readonly)
[ GitHub ]#left_rec (rw)
[ GitHub ]# File 'lib/rdoc/markdown.rb', line 438
attr_accessor :left_rec