Module: Udb::EspressoPath
- Defined in:
- lib/udb/dep_paths.rb
Overview
Returns the path to the managed espresso binary downloaded at gem install time.
Class Method Summary collapse
Class Method Details
.bin_dir ⇒ Object
93 |
# File 'lib/udb/dep_paths.rb', line 93 def self.bin_dir = DepDownloader.bin_dir("espresso", ESPRESSO_VERSION) |
.binary ⇒ Object
91 |
# File 'lib/udb/dep_paths.rb', line 91 def self.binary = DepDownloader.binary("espresso", ESPRESSO_VERSION) |