Class: JekyllIS::Images::Kramdown::Processor
- Inherits:
-
Object
- Object
- JekyllIS::Images::Kramdown::Processor
- Defined in:
- lib/jekyll-is/images/kramdown/processor.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
Instance Method Summary collapse
-
#initialize(site, page) ⇒ Processor
constructor
A new instance of Processor.
- #process(root) ⇒ Object
Constructor Details
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context.
9 10 11 |
# File 'lib/jekyll-is/images/kramdown/processor.rb', line 9 def context @context end |