Sha256: faceb2145fc5e02c4b9e651b0ddf536ba5996e77d2377d86a72b59cf399c3bf3
Contents?: true
Size: 358 Bytes
Versions: 4
Compression:
Stored size: 358 Bytes
Contents
module WWMD class VSStubs::VSType include VSStubHelpers attr_accessor :value attr_reader :typeref attr_reader :typeval def initialize(typeref,typeval) @typeref = typeref @typeval = typeval end def serialize super # cheat opcode + typeref + typeval end def to_xml super end end end
Version data entries
4 entries across 4 versions & 3 rubygems