Module: RDF::Distiller::VERSION

Defined in:
lib/rdf/distiller/version.rb

Constant Summary collapse

VERSION_FILE =
File.join(File.expand_path(File.dirname(__FILE__)), "..", "..", "..", "VERSION")
STRING =
[MAJOR, MINOR, TINY, EXTRA].compact.join('.')

Class Method Summary collapse

Class Method Details

.to_aArray(Integer, Integer, Integer)

Returns:



17
# File 'lib/rdf/distiller/version.rb', line 17

def self.to_a() STRING.split(".") end

.to_sString

Returns:



9
# File 'lib/rdf/distiller/version.rb', line 9

def self.to_s()   STRING end

.to_strString

Returns:



13
# File 'lib/rdf/distiller/version.rb', line 13

def self.to_str() STRING end