module SexyScopes::Version

Constants

MAJOR
MINOR
STRING
TINY

Public Class Methods

to_s()
Alias for: to_str
to_str() click to toggle source

Allows {Version} to display ({to_s}) and behave ({to_str}) as a string

# File lib/sexy_scopes/version.rb, line 11
def to_str
  STRING
end
Also aliased as: to_s