Sha256: 175434bbb266dd0a41ab10b973f7a3bb51ac6868059a2835bba11cce5bf790ae
Contents?: true
Size: 491 Bytes
Versions: 12
Compression:
Stored size: 491 Bytes
Contents
require 'coprl/presenters/dsl/components/event_base' module Coprl module Presenters module Plugins module <%= classify(name) %> class <%= classify(name) %>Component < DSL::Components::EventBase attr_reader :random_fact def initialize(random_fact, **attribs_, &block) @random_fact = random_fact super(type: :<%= underscore(name) %>, **attribs_, &block) expand! end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems