module Net::SSH::Test

def story

Otherwise, simply returns the socket's script. See Net::SSH::Test::Script.
If a block is given, yields the script for the test socket (#socket).
def story
  Net::SSH::Test::Extensions::IO.with_test_extension { yield socket.script if block_given? }
  return socket.script
end