aboutsummaryrefslogtreecommitdiffstats
path: root/lib/delegate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/delegate.rb')
-rw-r--r--lib/delegate.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb
index a2ca46fafa..74b13aa8a3 100644
--- a/lib/delegate.rb
+++ b/lib/delegate.rb
@@ -74,6 +74,7 @@ class Delegator < BasicObject
$@.delete_if {|t| %r"\A#{Regexp.quote(__FILE__)}:#{__LINE__-2}:"o =~ t} if $@
end
end
+ alias send method_missing
#
# Checks for a method provided by this the delegate object by forwarding the