Sha256: aa2b5fde184425d76e992fc80deeb4c49209325ab73761f9542360af1466c0ea
Contents?: true
Size: 389 Bytes
Versions: 11
Compression:
Stored size: 389 Bytes
Contents
# frozen_string_literal: true module UiBibz module Strategies # Class to initialize component class ComponentInitializeHashStrategy < UiBibz::Strategies::ComponentInitializeAbstractStrategy def content; end def options with_indifferent_access(@content) end def html_options with_indifferent_access(@options) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems