class Voom::Presenters::DSL::Components::Lists::Separator

Public Class Methods

new(**attribs_, &block) click to toggle source
# File lib/voom/presenters/dsl/components/lists/separator.rb, line 7
def initialize(**attribs_, &block)
  super(type: :separator, **attribs_, &block)
  expand!
end