Class: Liquid::ParseContext
- Inherits:
-
Object
- Object
- Liquid::ParseContext
- Defined in:
- lib/locomotive/steam/liquid/patches.rb
Instance Method Summary collapse
Instance Method Details
#[]=(option_key, value) ⇒ Object
31 32 33 |
# File 'lib/locomotive/steam/liquid/patches.rb', line 31 def []=(option_key, value) [option_key] = value end |
#merge(options) ⇒ Object
35 36 37 |
# File 'lib/locomotive/steam/liquid/patches.rb', line 35 def merge() .merge() end |