Method: Sudo::MethodProxy#method_missing
- Defined in:
- lib/sudo/proxy.rb
#method_missing(method = :itself, *args, &blk) ⇒ Object
9 10 11 |
# File 'lib/sudo/proxy.rb', line 9 def method_missing(method=:itself, *args, &blk) @proxy.proxy @object, method, *args, &blk end |