Sha256: fb12011a935a4a9eaa6a138231263dbdb6702ab2ebfdf9a269b8d90276e9a0bd

Contents?: true

Size: 260 Bytes

Versions: 5

Compression:

Stored size: 260 Bytes

Contents

module Coradoc
  module Element
    module List
      class Unordered < Core
        def initialize(items, options = {})
          super(items, options)
        end

        def prefix
          "*" * [@ol_count, 1].max
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coradoc-1.1.3 lib/coradoc/element/list/unordered.rb
coradoc-1.1.2 lib/coradoc/element/list/unordered.rb
coradoc-1.1.1 lib/coradoc/element/list/unordered.rb
coradoc-1.1.0 lib/coradoc/element/list/unordered.rb
coradoc-1.0.0 lib/coradoc/element/list/unordered.rb