Method: Guacamole::Proxies::Proxy#method_missing

Defined in:
lib/guacamole/proxies/proxy.rb

#method_missing(meth, *args, &blk) ⇒ Object



33
34
35
# File 'lib/guacamole/proxies/proxy.rb', line 33

def method_missing(meth, *args, &blk)
  target.call.send meth, *args, &blk
end