class OAuth2::Version
Constants
- MAJOR
- MINOR
- PATCH
Public Class Methods
to_s()
click to toggle source
@return [String]
# File lib/oauth2/version.rb, line 9 def to_s [MAJOR, MINOR, PATCH].compact.join('.') end