Method: Marty::PromiseProxy#method_missing
- Defined in:
- lib/marty/promise_proxy.rb
#method_missing(method, *args, &block) ⇒ Object (private)
84 85 86 87 88 |
# File 'lib/marty/promise_proxy.rb', line 84 def method_missing(method, *args, &block) # ::File.open('/tmp/dj.out', 'a') { |f| f.puts "FORCE MISS #{method}" } __force__.__send__(method, *args, &block) end |