0
9
nil
[MAJOR, MINOR, TINY].join('.')
Returns:
21
# File 'lib/rack/throttle/version.rb', line 21 def self.to_a() [MAJOR, MINOR, TINY] end
13
# File 'lib/rack/throttle/version.rb', line 13 def self.to_s() STRING end
17
# File 'lib/rack/throttle/version.rb', line 17 def self.to_str() STRING end