Sha256: ca3dcc7b61fa2758000384a42964e29a573de059ad868fea95535f1f588da6cc
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
# == SimpleDataTypes == # int # long # double # arrays # chararray # bytearray # # == ComplexDataTypes == # tuple # bag # map module Wukong module AndPig class PigVar end end end # class ScalarInteger < TypedStruct.new [ # [:count, Integer ], # ] # include Wukong::AndPig::PigEmitter # def self.load_scalar path # var = super path # var.to_i # end # end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
mrflip-wukong-0.1.0 | lib/wukong/and_pig/data_types.rb |
wukong-0.1.4 | lib/wukong/and_pig/data_types.rb |
wukong-0.1.1 | lib/wukong/and_pig/data_types.rb |