Class: Jekyll::ActivityPub::Helper::StubContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/jekyll/activity_pub/helper.rb

Overview

Some filters needs a Liquid-like context

Instance Attribute Summary collapse

Instance Attribute Details

#registersObject

Returns the value of attribute registers

Returns:

  • (Object)

    the current value of registers



17
18
19
# File 'lib/jekyll/activity_pub/helper.rb', line 17

def registers
  @registers
end