class ActionView::Helpers::TagHelper::TagBuilder
def p(*arguments, **options, &block)
def p(*arguments, **options, &block) tag_string(:p, *arguments, **options, &block) end
def p(*arguments, **options, &block) tag_string(:p, *arguments, **options, &block) end