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