Sha256: d2f95aa5434857ec423493755c1375f01f18724f7f6b9e5108026505644d4aa2
Contents?: true
Size: 377 Bytes
Versions: 9
Compression:
Stored size: 377 Bytes
Contents
module MetaTags class Tag attr_reader name: String attr_reader attributes: Hash[String | Symbol, untyped] def initialize: (String | Symbol name, ?Hash[String | Symbol, untyped] attributes) -> void def render: (_ActionViewBase view) -> void def prepare_attributes: (Hash[String | Symbol, untyped] attributes) -> Hash[String | Symbol, untyped] end end
Version data entries
9 entries across 9 versions & 1 rubygems