Module: RDF::Normalize::VERSION
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-normalize-5170ab39c807/lib/rdf/normalize/version.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)
17 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-normalize-5170ab39c807/lib/rdf/normalize/version.rb', line 17 def self.to_a() STRING.split(".") end |