]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Make an EditedFile look like a string"
authorTom Hughes <tom@compton.nu>
Sat, 23 Nov 2013 20:14:48 +0000 (20:14 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 23 Nov 2013 20:14:48 +0000 (20:14 +0000)
This reverts commit 0926c262c75576e52af45ef9b247805a6619aef2.

cookbooks/chef/libraries/edit_file.rb

index 9048da84e6c54305e1bc461af45ff46844a3a153..400e1967e0c96718f84733728d6c8d621f25963a 100644 (file)
@@ -1,6 +1,6 @@
 class Chef
   class Util
-    class EditedFile < String
+    class EditedFile
       def initialize(file, block)
         @file = file
         @block = block