lib/bootstrap-email/converters/alert.rb in bootstrap-email-1.1.4 vs lib/bootstrap-email/converters/alert.rb in bootstrap-email-1.1.5
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module BootstrapEmail
module Converter
class Alert < Base
def build
each_node('.alert') do |node|