Method: PageBuilder::TagHelpers#rtc

Defined in:
lib/pagebuilder/tag_helpers/text_markup.rb

#rtc(content = nil, **attributes) ⇒ Object



136
137
138
# File 'lib/pagebuilder/tag_helpers/text_markup.rb', line 136

def rtc(content = nil, **attributes)
  pagebuilder_basic_element('rtc', content, attributes)
end