module Qa::LDF::VERSION

Gives the current version, parsed from `VERSION`.

@example

"The current version is: #{Qa::LDF::VERSION}"

Constants

FILE
STRING
TINY

Public Class Methods

to_a() click to toggle source

@return [Array(String, String, String, String)]

# File lib/qa/ldf/version.rb, line 29
def self.to_a
  [MAJOR, MINOR, TINY].compact
end
to_s() click to toggle source

@return [String]

# File lib/qa/ldf/version.rb, line 17
def self.to_s
  STRING
end
to_str() click to toggle source

@return [String]

# File lib/qa/ldf/version.rb, line 23
def self.to_str
  STRING
end