Module: RDF::Spec::VERSION
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/version.rb
Constant Summary collapse
- FILE =
File.('../../../../VERSION', __FILE__)
- STRING =
[MAJOR, MINOR, TINY, EXTRA].compact.join('.').freeze
Class Method Summary collapse
Class Method Details
.to_a ⇒ Array(String, String, String, String)
17 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/version.rb', line 17 def self.to_a() STRING.split(".") end |