Sha256: 23a8383da9007f33bb716a62307a7cec77ef564db968ff0b7dae354fe44ed902

Contents?: true

Size: 349 Bytes

Versions: 14

Compression:

Stored size: 349 Bytes

Contents

module Voom
  module Presenters
    module DSL
      module Components
        module Lists
          class Separator < Base
            def initialize(context:, **attribs_, &block)
              super(type: :separator, context: context, **attribs_, &block)
              expand!
            end
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
voom-presenters-0.1.13 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.12 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.11 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.10 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.9 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.8 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.7 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.6 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.5 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.4 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.3 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.2 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.1 lib/voom/presenters/dsl/components/lists/separator.rb
voom-presenters-0.1.0 lib/voom/presenters/dsl/components/lists/separator.rb