Sha256: 7545cb4c4847b145a18c439b1795e65890d0e4f0c90b6b7ef35266a848455df8
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
class Ivy4rJars VERSION = '1.1.0' class << self # Returns expanded path to directory containing the jars def lib_dir @lib_dir ||= File.expand_path(File.dirname(__FILE__)) end # Returns expanded path to directory that can be used as # __ANT_HOME__ for __Antwrap__. def ant_home_dir @ant_home_dir ||= File.dirname(lib_dir) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ivy4r-jars-1.1.0 | lib/ivy4r_jars.rb |