Sha256: 44a70e83a5b258abf1eaacbc534d76cff6506f61bf9edb29df12391474ca5a86

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

$:.unshift(File.dirname(__FILE__)) unless
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))

module StructPacking
  VERSION = '0.0.1'
end

require 'struct_packing/base'
require 'struct_packing/util'
require 'struct_packing/packable'
require 'struct_packing/unpackable'
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
struct_packing-0.0.1 lib/struct_packing.rb