module RDF::VERSION
Constants
- EXTRA
- FILE
- STRING
Public Class Methods
to_a()
click to toggle source
@return [Array(String, String, String, String)]
# File lib/rdf/version.rb, line 17 def self.to_a() [MAJOR, MINOR, TINY, EXTRA].compact end
to_s()
click to toggle source
@return [String]
# File lib/rdf/version.rb, line 9 def self.to_s() STRING end
to_str()
click to toggle source
@return [String]
# File lib/rdf/version.rb, line 13 def self.to_str() STRING end