Method: Cmds#proxy

Defined in:
lib/cmds.rb

#proxyObject



372
373
374
375
376
# File 'lib/cmds.rb', line 372

def proxy
  stream do |io|
    io.in = $stdin
  end
end