Method: RunLoop::Version#minor

Defined in:
lib/run_loop/version.rb

#minorInteger

Returns the minor version.

Returns:

  • (Integer)

    the minor version



29
30
31
# File 'lib/run_loop/version.rb', line 29

def minor
  @minor
end