Class SM::ListStart
In: markup/simple_markup/fragments.rb
Parent: ListBase

Methods

new  

Public Class methods

[Source]

    # File markup/simple_markup/fragments.rb, line 92
92:     def initialize(level, param, type)
93:       super(level, param, type, nil)
94:     end

[Validate]