Class: BootstrapEmail::Converter::VersionComment
- Defined in:
- lib/bootstrap-email/converters/version_comment.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from BootstrapEmail::Converter::Base
Instance Method Details
permalink #build ⇒ Object
[View source]
4 5 6 |
# File 'lib/bootstrap-email/converters/version_comment.rb', line 4 def build doc.at_css('head').prepend_child(bootstrap_email_comment) end |