Class: Protos::Typography::Paragraph

Inherits:
Component
  • Object
show all
Defined in:
lib/protos/typography/paragraph.rb

Instance Method Summary collapse

Methods inherited from Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#view_templateObject



10
11
12
# File 'lib/protos/typography/paragraph.rb', line 10

def view_template(&)
  p(**attrs, &)
end