0
1
2
nil
[MAJOR, MINOR, TINY, EXTRA].compact.join('.')
Returns:
20
# File 'lib/tor/version.rb', line 20 def self.to_a() [MAJOR, MINOR, TINY] end
12
# File 'lib/tor/version.rb', line 12 def self.to_s() STRING end
16
# File 'lib/tor/version.rb', line 16 def self.to_str() STRING end