Class: PdfTemplator::TextType
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from Type
Constructor Details
This class inherits a constructor from PdfTemplator::Type
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'lib/pdf_templator/types.rb', line 9 def call "<strong>#{content}</strong>" end |