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