Method: PDK::Util::Version.version_file
- Defined in:
- lib/pdk/util/version.rb
.version_file ⇒ Object
35 36 37 38 39 40 |
# File 'lib/pdk/util/version.rb', line 35 def self.version_file require 'pdk/util' # FIXME: this gets called a LOT and doesn't currently get cached PDK::Util.find_upwards('PDK_VERSION', File.dirname(__FILE__)) end |