module RDF::N3::VERSION
Constants
- EXTRA
- STRING
- VERSION_FILE
Public Class Methods
Source
# File lib/rdf/n3/version.rb, line 17 def self.to_a() STRING.split(".") end
@return [Array(Integer, Integer, Integer)]
Source
# File lib/rdf/n3/version.rb, line 13 def self.to_str() STRING end
@return [String]