Module: SPARQL::Client::VERSION

Defined in:
vendor/bundler/ruby/3.2.0/bundler/gems/sparql-client-58bc635c9bd6/lib/sparql/client/version.rb

Constant Summary collapse

FILE =
File.expand_path('../../../../VERSION', __FILE__)
STRING =
[MAJOR, MINOR, TINY, EXTRA].compact.join('.').freeze

Class Method Summary collapse

Class Method Details

.to_aArray(Integer, Integer, Integer)

Returns:



17
# File 'vendor/bundler/ruby/3.2.0/bundler/gems/sparql-client-58bc635c9bd6/lib/sparql/client/version.rb', line 17

def self.to_a() [MAJOR, MINOR, TINY] end

.to_sString

Returns:



9
# File 'vendor/bundler/ruby/3.2.0/bundler/gems/sparql-client-58bc635c9bd6/lib/sparql/client/version.rb', line 9

def self.to_s() STRING end

.to_strString

Returns:



13
# File 'vendor/bundler/ruby/3.2.0/bundler/gems/sparql-client-58bc635c9bd6/lib/sparql/client/version.rb', line 13

def self.to_str() STRING end