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, 1 insertions, 0 deletions
diff --git a/spec/monkey_patches/publicize_methods.rb b/spec/monkey_patches/publicize_methods.rb
index f3a1abf..3ae59f9 100755
--- a/spec/monkey_patches/publicize_methods.rb
+++ b/spec/monkey_patches/publicize_methods.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
# Some monkey-patching to allow us to test private methods.
class Class
def publicize_methods(*methods)