lib/delorean/const.rb in delorean_lang-0.5.1 vs lib/delorean/const.rb in delorean_lang-0.5.2

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Delorean - SIG = "_SIG" - MOD = "DELOREAN__" - POST = "__D" + SIG = '_SIG'.freeze + MOD = 'DELOREAN__'.freeze + POST = '__D'.freeze end