Class: Liquid::ParseContext

Inherits:
Object
  • Object
show all
Defined in:
lib/locomotive/steam/liquid/patches.rb

Instance Method Summary collapse

Instance Method Details

#[]=(option_key, value) ⇒ Object



33
34
35
# File 'lib/locomotive/steam/liquid/patches.rb', line 33

def []=(option_key, value)
  @options[option_key] = value
end

#merge(options) ⇒ Object



37
38
39
# File 'lib/locomotive/steam/liquid/patches.rb', line 37

def merge(options)
  @template_options.merge(options)
end