# File lib/bogus/proxies_method_calls.rb, line 3 def proxy(method_name) MethodCallProxy.new do |name, *args, &return_value| __send__(method_name, name, *args, &return_value) end end