Module: Qa::LDF::VERSION
- Defined in:
- lib/qa/ldf/version.rb
Overview
Gives the current version, parsed from VERSION
.
Constant Summary collapse
- FILE =
File.('../../../../VERSION', __FILE__)
- STRING =
[MAJOR, MINOR, TINY].compact.join('.').freeze
Class Method Summary collapse
Class Method Details
.to_a ⇒ Array(String, String, String, String)
29 30 31 |
# File 'lib/qa/ldf/version.rb', line 29 def self.to_a [MAJOR, MINOR, TINY].compact end |