Method: EasyPost::InternalUtilities::System.lib_version
- Defined in:
- lib/easypost/utilities/system.rb
.lib_version ⇒ Object
33 34 35 |
# File 'lib/easypost/utilities/system.rb', line 33 def self.lib_version File.open(File.('../../VERSION', __dir__)).read.strip end |