Class: PictureTag::Instructions::HtmlAttributes
- Inherits:
-
Instruction
- Object
- Instruction
- PictureTag::Instructions::HtmlAttributes
- Defined in:
- lib/jekyll_picture_tag/instructions/children/parsers.rb
Overview
Handles non-image arguments to liquid tag and preset.
Instance Method Summary collapse
Methods inherited from Instruction
Instance Method Details
#source ⇒ Object
26 27 28 |
# File 'lib/jekyll_picture_tag/instructions/children/parsers.rb', line 26 def source PictureTag::Parsers::HTMLAttributeSet.new PictureTag.params.leftovers end |