# File lib/net/ssh/test/extensions.rb, line 56
56:       def idle!
57:         return false unless script.next(:first)
58: 
59:         if script.next(:first).remote?
60:           self.string << script.next.to_s
61:           self.pos = pos
62:         end
63: 
64:         return true
65:       end