Class: RDocF95::Markup::ListStart
- Defined in:
- lib/rdoc-f95/markup/fragments.rb
Constant Summary
Constants inherited from ListBase
RDocF95::Markup::ListBase::LIST_TYPES
Constants inherited from Fragment
Instance Attribute Summary
Attributes inherited from Fragment
Instance Method Summary collapse
-
#initialize(level, param, type) ⇒ ListStart
constructor
A new instance of ListStart.
Methods inherited from Fragment
#add_text, for, #to_s, type_name
Constructor Details
#initialize(level, param, type) ⇒ ListStart
Returns a new instance of ListStart.
99 100 101 |
# File 'lib/rdoc-f95/markup/fragments.rb', line 99 def initialize(level, param, type) super(level, param, type, nil) end |