summaryrefslogtreecommitdiff
path: root/spec/monkey_patches
diff options
context:
space:
mode:
authorJames Fryman <james@frymanet.com>2012-11-09 11:08:24 -0600
committerJames Fryman <james@frymanet.com>2012-11-15 10:38:03 -0600
commit88acc523931272deb57eafbb7021f8d32248d68e (patch)
tree46103ab7b31f280bbbb8edd8a93e0529ed450229 /spec/monkey_patches
parent747dcc6fc7df12d4d64502b0d4a0e35c3d4f8ec7 (diff)
puppet-lint cleanup
Diffstat (limited to 'spec/monkey_patches')
-rwxr-xr-xspec/monkey_patches/publicize_methods.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/monkey_patches/publicize_methods.rb b/spec/monkey_patches/publicize_methods.rb
index b39e9c0..f3a1abf 100755
--- a/spec/monkey_patches/publicize_methods.rb
+++ b/spec/monkey_patches/publicize_methods.rb
@@ -8,4 +8,3 @@ class Class
self.class_eval { private(*saved_private_instance_methods) }
end
end
-