Module: RDF::XSD::VERSION
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-xsd-1663b6f0e598/lib/rdf/xsd/version.rb
Constant Summary collapse
- VERSION_FILE =
File.join(File.(File.dirname(__FILE__)), "..", "..", "..", "VERSION")
- 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-xsd-1663b6f0e598/lib/rdf/xsd/version.rb', line 17 def self.to_a() STRING.split(".") end |