# File lib/net/ssh/connection/channel.rb, line 259 259: def active? 260: connection.channels.key?(local_id) 261: end