Module: JSON::LD::VERSION
- Defined in:
- lib/json/ld/version.rb
Constant Summary collapse
- VERSION_FILE =
File.join(__dir__, "..", "..", "..", "VERSION")
- STRING =
[MAJOR, MINOR, TINY, EXTRA].compact.join('.')
Class Method Summary collapse
Class Method Details
.to_a ⇒ Array(Integer, Integer, Integer)
25 26 27 |
# File 'lib/json/ld/version.rb', line 25 def self.to_a STRING.split(".") end |
.to_s ⇒ String
13 14 15 |
# File 'lib/json/ld/version.rb', line 13 def self.to_s STRING end |
.to_str ⇒ String
19 20 21 |
# File 'lib/json/ld/version.rb', line 19 def self.to_str STRING end |