Module: VltWrapper
- Extended by:
- VltWrapper
- Included in:
- VltWrapper
- Defined in:
- lib/vlt_wrapper.rb,
lib/vlt_wrapper/version.rb
Constant Summary collapse
- VERSION =
"2.4.18"
Instance Method Summary collapse
Instance Method Details
#bin_directory ⇒ Object
5 6 7 |
# File 'lib/vlt_wrapper.rb', line 5 def bin_directory Pathname(File.dirname(__FILE__)).parent + "bin" end |
#executable ⇒ Object
9 10 11 |
# File 'lib/vlt_wrapper.rb', line 9 def executable (bin_directory + "vault/bin/vlt").to_s end |