Sha256: b4be35dd7bea1dd3a3787daace47331e5f6f3a5c3a9b41da26166d1a0712a6b1
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
require_relative 'sbl_factory/sbl_factory' module Binenc module Ruby module BinStructFactory def self.instance(*args, &block) SBLFactory.new end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
binenc-ruby-0.1.0 | lib/binenc/factory/bin_struct_factory.rb |