Sha256: 2806783d5d6c788f27a63f590bd27cb8aa189ab406bec117de6c59dbf1e831f4

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

class Ivy4rJars
  VERSION = '1.2.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.2.0 lib/ivy4r_jars.rb