method

p

rails latest stable - Class: ActionView::Helpers::TagHelper::TagBuilder
p(*arguments, **options, &block)
public

No documentation available.

# File actionview/lib/action_view/helpers/tag_helper.rb, line 65
        def p(*arguments, **options, &block)
          tag_string(:p, *arguments, **options, &block)
        end