Sha256: 86cb127ebab98ed754e644d5ab4cf36c188c70a18dbe3551bc40661b28c92e13
Contents?: true
Size: 231 Bytes
Versions: 14
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module Ruby2html module RailsComponents class ImageTag < BaseComponent def render(&block) @render.plain(@context.image_tag(*@args, **@options, &block)) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems