module RDF::Sesame::VERSION
Constants
- MAJOR
- MINOR
- STRING
- TINY
Public Class Methods
to_a()
click to toggle source
@return [Array(Integer, Integer, Integer)]
# File lib/rdf/sesame/version.rb, line 19 def self.to_a() [MAJOR, MINOR, TINY] end
to_s()
click to toggle source
@return [String]
# File lib/rdf/sesame/version.rb, line 11 def self.to_s() STRING end
to_str()
click to toggle source
@return [String]
# File lib/rdf/sesame/version.rb, line 15 def self.to_str() STRING end