Class: PictureTag::Instructions::Backend

Inherits:
Instruction show all
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

#value

Instance Method Details

#sourceObject



43
44
45
# File 'lib/jekyll_picture_tag/instructions/children/parsers.rb', line 43

def source
  PictureTag::Parsers::ImageBackend.new
end