Module: YAML_LD::VERSION
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/yaml-ld-2d2ba8e32d66/lib/yaml_ld/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)
19 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/yaml-ld-2d2ba8e32d66/lib/yaml_ld/version.rb', line 19 def self.to_a() STRING.split(".") end |