# File lib/net/ssh/connection/channel.rb, line 158 def exec(command, &block) send_channel_request("exec", :string, command, &block) end