Sha256: b101318385f2b5271923e1dadbf86bafe9f134cc7ab1f035453e84b261a3f6ed
Contents?: true
Size: 319 Bytes
Versions: 12
Compression:
Stored size: 319 Bytes
Contents
module Coprl module Presenters module DSL module Components module Mixins module ImageLists def image_list(**attribs, &block) self << Components::ImageList.new(parent: self, **attribs, &block) end end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems