Module: RDF::OrderedRepo::VERSION
- Defined in:
- lib/rdf/ordered_repo.rb
Constant Summary collapse
- VERSION_FILE =
File.("../../../VERSION", __FILE__)
- STRING =
[MAJOR, MINOR, TINY, EXTRA].compact.join('.')
Class Method Summary collapse
Class Method Details
.to_a ⇒ Array(Integer, Integer, Integer)
344 |
# File 'lib/rdf/ordered_repo.rb', line 344 def self.to_a() STRING.split(".") end |