Class: PictureTag::Instructions::Page
- Inherits:
-
Instruction
- Object
- Instruction
- PictureTag::Instructions::Page
- Defined in:
- lib/jekyll_picture_tag/instructions/children/context.rb
Overview
Current page in jekyll site
Instance Method Summary collapse
Methods inherited from Instruction
Instance Method Details
#source ⇒ Object
12 13 14 |
# File 'lib/jekyll_picture_tag/instructions/children/context.rb', line 12 def source PictureTag.context.registers[:page] end |