Module: RDF::HamsterRepo::VERSION
- Defined in:
 - lib/rdf/hamster_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)
      359  | 
    
      # File 'lib/rdf/hamster_repo.rb', line 359 def self.to_a() STRING.split(".") end  |