Class: PictureTag::Instructions::Preset

Inherits:
Instruction show all
Defined in:
lib/jekyll_picture_tag/instructions/children/parsers.rb

Overview

Currently selected preset

Instance Method Summary collapse

Methods inherited from Instruction

#value

Instance Method Details

#sourceObject



19
20
21
# File 'lib/jekyll_picture_tag/instructions/children/parsers.rb', line 19

def source
  PictureTag::Parsers::Preset.new PictureTag.params.preset_name
end