Module: RailsStuff::VERSION

Defined in:
lib/rails_stuff/version.rb

Overview

:nodoc:

Constant Summary collapse

MAJOR =
0
MINOR =
6
TINY =
0
PRE =
nil
STRING =
[MAJOR, MINOR, TINY, PRE].compact.join('.')

Class Method Summary collapse

Class Method Details

.inspectObject



19
20
21
# File 'lib/rails_stuff/version.rb', line 19

def inspect
  STRING.inspect
end

.to_sObject



15
16
17
# File 'lib/rails_stuff/version.rb', line 15

def to_s
  STRING
end