```ruby define_method(method_name) do |*args, &block| method_double.proxy_method_invoked(self, *args, &block) end ```