summaryrefslogtreecommitdiff
path: root/spec/monkey_patches/publicize_methods.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/monkey_patches/publicize_methods.rb')
-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
-