From 34f2e9492b37cb52ae5ffe69308deecdc4cb7709 Mon Sep 17 00:00:00 2001 From: Alberto Almagro Date: Mon, 8 Oct 2018 23:44:25 +0200 Subject: Add frozen_string_literal: true Adds frozen_string_literal: true comment on top of all currently existing files --- lib/action_text/html_conversion.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/action_text/html_conversion.rb') diff --git a/lib/action_text/html_conversion.rb b/lib/action_text/html_conversion.rb index 1c70504fb7..1e1062ea3f 100644 --- a/lib/action_text/html_conversion.rb +++ b/lib/action_text/html_conversion.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module ActionText module HtmlConversion extend self -- cgit v1.2.3