# File lib/net/ssh/test/packet.rb, line 45
    def instantiate!
      @data.map! { |i| i.respond_to?(:call) ? i.call : i }
    end