Module: SexyScopes::Version
- Defined in:
- lib/sexy_scopes/version.rb
Constant Summary collapse
Class Method Summary collapse
-
.to_str ⇒ Object
(also: to_s)
Allows Version to display (Version.to_s) and behave (Version.to_str) as a string.
Class Method Details
.to_str ⇒ Object Also known as: to_s
Allows SexyScopes::Version to display (to_s) and behave (to_str) as a string
11 12 13 |
# File 'lib/sexy_scopes/version.rb', line 11 def to_str STRING end |