module RDF::HamsterRepo::VERSION
Constants
- EXTRA
- STRING
- VERSION_FILE
Public Class Methods
to_a()
click to toggle source
@return [Array(Integer, Integer, Integer)]
# File lib/rdf/hamster_repo.rb, line 359 def self.to_a() STRING.split(".") end
to_s()
click to toggle source
@return [String]
# File lib/rdf/hamster_repo.rb, line 351 def self.to_s() STRING end
to_str()
click to toggle source
@return [String]
# File lib/rdf/hamster_repo.rb, line 355 def self.to_str() STRING end