Parent

Methods

Class/Module Index [+]

Quicksearch

Twitter::Version

Constants

MAJOR
MINOR
PATCH
PRE

Public Class Methods

to_s() click to toggle source

@return [String]

# File lib/twitter/version.rb, line 10
def to_s
  [MAJOR, MINOR, PATCH, PRE].compact.join('.')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.