Module: SHACL::VERSION
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/shacl-e638b9acc6d8/lib/shacl/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/shacl-e638b9acc6d8/lib/shacl/version.rb', line 17 def self.to_a() [MAJOR, MINOR, TINY, EXTRA].compact end |