Class: PictureTag::Instructions::Backend
- Inherits:
-
Instruction
- Object
- Instruction
- PictureTag::Instructions::Backend
- Defined in:
- lib/jekyll_picture_tag/instructions/children/parsers.rb
Overview
Main job is to determine which backend should handle which image formats.
Instance Method Summary collapse
Methods inherited from Instruction
Instance Method Details
#source ⇒ Object
43 44 45 |
# File 'lib/jekyll_picture_tag/instructions/children/parsers.rb', line 43 def source PictureTag::Parsers::ImageBackend.new end |