module VltWrapper

Constants

VERSION

Public Instance Methods

bin_directory() click to toggle source
# File lib/vlt_wrapper.rb, line 5
def bin_directory
  Pathname(File.dirname(__FILE__)).parent + "bin"
end
executable() click to toggle source
# File lib/vlt_wrapper.rb, line 9
def executable
  (bin_directory + "vault/bin/vlt").to_s
end