class Primer::Beta::Text
def initialize(tag: DEFAULT_TAG, **system_arguments)
-
system_arguments
(Hash
) -- <%= link_to_system_arguments_docs %> -
tag
(Symbol
) --
def initialize(tag: DEFAULT_TAG, **system_arguments) @system_arguments = system_arguments @system_arguments[:tag] = tag end