summaryrefslogtreecommitdiff
path: root/lib/drb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drb')
-rw-r--r--lib/drb/drb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb
index 989dade22d..eb68f909da 100644
--- a/lib/drb/drb.rb
+++ b/lib/drb/drb.rb
@@ -1391,7 +1391,7 @@ module DRb
#
# These methods are not callable via dRuby.
INSECURE_METHOD = [
- :__send__
+ :__send__, :instance_eval, :module_eval, :class_eval
]
# Has a method been included in the list of insecure methods?