# File lib/ruby_version.rb, line 90
def
minor
RUBY_VERSION
.
split
(
'.'
)[
1
].
to_i
end