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