# File lib/net/ssh/connection/channel.rb, line 398 def exec( command, want_reply=false ) send_request_string "exec", command, want_reply end