X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7f6415938eb888893b49cc968a5c01082743b7d7..0926c262c75576e52af45ef9b247805a6619aef2:/cookbooks/chef/libraries/edit_file.rb diff --git a/cookbooks/chef/libraries/edit_file.rb b/cookbooks/chef/libraries/edit_file.rb index 400e1967e..9048da84e 100644 --- a/cookbooks/chef/libraries/edit_file.rb +++ b/cookbooks/chef/libraries/edit_file.rb @@ -1,6 +1,6 @@ class Chef class Util - class EditedFile + class EditedFile < String def initialize(file, block) @file = file @block = block