module Tor::VERSION
Constants
- EXTRA
- MAJOR
- MINOR
- STRING
- TINY
Public Class Methods
to_a()
click to toggle source
@return [Array(Integer, Integer, Integer)]
# File lib/tor/version.rb, line 20 def self.to_a() [MAJOR, MINOR, TINY] end
to_s()
click to toggle source
@return [String]
# File lib/tor/version.rb, line 12 def self.to_s() STRING end
to_str()
click to toggle source
@return [String]
# File lib/tor/version.rb, line 16 def self.to_str() STRING end