class Net::SSH::Test::Packet
def instantiate!
the remote_id is known (since it is only known after a channel has been
like Net::SSH::Test::Channel#remote_id to be used in scripts before
and replaces them with their returned values. This allows for values
Proc objects rather than atomic types. This invokes those Proc objects
some elements may not have been fully realized, and were described as
Instantiates the packets data elements. When the packet was first defined,
def instantiate! @data.map! { |i| i.respond_to?(:call) ? i.call : i } end