From d598e4fd937797a7f7778f5b4158ebf73139ce7f Mon Sep 17 00:00:00 2001 From: gfyoung Date: Sat, 6 Oct 2018 16:10:08 -0700 Subject: Enable more frozen string in lib/**/*.rb Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424. --- lib/static_model.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/static_model.rb') diff --git a/lib/static_model.rb b/lib/static_model.rb index 44673c2b5f6..86bf8d62f9a 100644 --- a/lib/static_model.rb +++ b/lib/static_model.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # Provides an ActiveRecord-like interface to a model whose data is not persisted to a database. module StaticModel extend ActiveSupport::Concern -- cgit v1.2.3