# File lib/net/ssh/test/channel.rb, line 36
    def local_id
      @local_id || Proc.new { @local_id or raise "local-id has not been set yet!" }
    end