diff options
author | Tony Vu <tvpartytonight@users.noreply.github.com> | 2023-09-15 10:59:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 10:59:45 -0700 |
commit | 6cebc082e7b755fa7669774da62f3f5ac503b516 (patch) | |
tree | d4026283b6e87095c96dbe2f900cfa8cc9e75c81 /lib | |
parent | c938d3d7070595738c5c1fd17f5446915c815f30 (diff) | |
parent | 6205984f35d02698eb07d3061412651bf0912ca4 (diff) | |
download | puppet-augeas_core-6cebc082e7b755fa7669774da62f3f5ac503b516.tar.gz puppet-augeas_core-6cebc082e7b755fa7669774da62f3f5ac503b516.tar.bz2 |
Merge pull request #61 from mhashizume/PA-5722/main/frozen-string
(PA-5722) Add frozen string magic comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/feature/augeas.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/feature/augeas.rb b/lib/puppet/feature/augeas.rb index 2e26fbf..681ba68 100644 --- a/lib/puppet/feature/augeas.rb +++ b/lib/puppet/feature/augeas.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'puppet/util/feature' Puppet.features.add(:augeas, libs: ['augeas']) |