Sha256: c691bd1eb350e1d1be30276bd2f7ca8576d630989548266995c83c772eba6aea

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

require 'pathname'

module TesseractBin
  Root = Pathname.new(File.expand_path('../..', __FILE__))
#  Bin  = Root.join('bin')

#  Executables = Bin.children.inject({}) { |h, p|
#    h[p.basename.to_s.to_sym] = p.to_s
#    h
#  }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tesseract_bin-1.0.0 lib/tesseract_bin.rb