Sha256: d3707e6b74c202e3c202647ec0f4fefcf2ffb544a20016513c51ef37045d1920
Contents?: true
Size: 330 Bytes
Versions: 21
Compression:
Stored size: 330 Bytes
Contents
module Voom module Presenters module DSL module Components module Mixins module Images def image(image=nil, **attribs, &block) self << Components::Image.new(parent: self, image: image, **attribs, &block) end end end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems