Class: Sudo::Proxy

Inherits:
Object show all
Defined in:
lib/sudo.rb

Instance Method Summary collapse

Instance Method Details

#proxy(object, method = :self, *args, &blk) ⇒ Object



39
40
41
# File 'lib/sudo.rb', line 39

def proxy(object, method=:self, *args, &blk) 
  object.send method, *args, &blk
end