Method: TreasureData::Updater::ModuleDefinition#jarfile_dest_path
- Defined in:
- lib/td/updater.rb
#jarfile_dest_path ⇒ Object
locate the root of the td package which is 3 folders up from the location of this file
231 232 233 |
# File 'lib/td/updater.rb', line 231 def jarfile_dest_path File.join(home_directory, ".td", "java") end |