lib/bootstrap-email/erb.rb in bootstrap-email-1.1.4 vs lib/bootstrap-email/erb.rb in bootstrap-email-1.1.5
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module BootstrapEmail
class Erb
def self.template(path, locals_hash = {})
namespace = OpenStruct.new(locals_hash)
template_html = File.read(path)