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

Methods

new  

Public Class methods

[Source]

# File rdoc/markup/simple_markup/fragments.rb, line 98
    def initialize(level, type)
      super(level, "", type, nil)
    end

[Validate]