class Liquid::ParseContext

Public Instance Methods

[]=(option_key, value) click to toggle source
# File lib/locomotive/steam/liquid/patches.rb, line 33
def []=(option_key, value)
  @options[option_key] = value
end
merge(options) click to toggle source
# File lib/locomotive/steam/liquid/patches.rb, line 37
def merge(options)
  @template_options.merge(options)
end