Sha256: 95a855ddb848313e10860b3322e2f39733cedb3614458abb4fa6f46488ff8b6d
Contents?: true
Size: 206 Bytes
Versions: 7
Compression:
Stored size: 206 Bytes
Contents
require 'iSampleStruct' class SampleStructService def hi(struct) ack = SampleStruct.new ack.wrap(struct) ack end end if __FILE__ == $0 p SampleStructService.new.hi(SampleStruct.new) end
Version data entries
7 entries across 7 versions & 2 rubygems