# File lib/net/ssh/service/shell/shell.rb, line 94 def send_data( data ) raise "channel not open" unless @state == :open @channel.send_data data end