Class: TestParseContext

Inherits:
Liquid::ParseContext
  • Object
show all
Defined in:
lib/jekyll_plugin_support/jekyll_plugin_support_spec_support.rb

Overview

Mock for Liquid::ParseContent

Instance Attribute Summary collapse

Instance Attribute Details

#line_numberObject (readonly)

Returns the value of attribute line_number.



23
24
25
# File 'lib/jekyll_plugin_support/jekyll_plugin_support_spec_support.rb', line 23

def line_number
  @line_number
end

#registersObject (readonly)

Returns the value of attribute registers.



23
24
25
# File 'lib/jekyll_plugin_support/jekyll_plugin_support_spec_support.rb', line 23

def registers
  @registers
end