lib/hotcell.rb in hotcell-0.1.0 vs lib/hotcell.rb in hotcell-0.2.0
- old
+ new
@@ -6,10 +6,10 @@
module Hotcell
def self.config; Config.instance; end
singleton_class.delegate :commands, :blocks, :helpers, :register_command, :register_helpers,
- :resolver, :resolver=, to: :config
+ :resolver, :resolver=, :escape_tags, :escape_tags=, to: :config
end
require 'hotcell/manipulator'
require 'hotcell/extensions'
require 'hotcell/source'