p(*arguments, **options, &block)
public

No documentation available.

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