Class: Jekyll::ActivityPub::Helper::StubContext
- Inherits:
-
Struct
- Object
- Struct
- Jekyll::ActivityPub::Helper::StubContext
- Defined in:
- lib/jekyll/activity_pub/helper.rb
Overview
Some filters needs a Liquid-like context
Instance Attribute Summary collapse
-
#registers ⇒ Object
Returns the value of attribute registers.
Instance Attribute Details
#registers ⇒ Object
Returns the value of attribute registers
17 18 19 |
# File 'lib/jekyll/activity_pub/helper.rb', line 17 def registers @registers end |