lib/bootstrap-email/converters/base.rb in bootstrap-email-1.1.4 vs lib/bootstrap-email/converters/base.rb in bootstrap-email-1.1.5

- old
+ new

@@ -1,8 +1,11 @@ +# frozen_string_literal: true + module BootstrapEmail module Converter class Base attr_reader :doc + def initialize(doc) @doc = doc @cached_templates = {} end