Method: RunLoop::Version#patch

Defined in:
lib/run_loop/version.rb

#patchInteger

Returns the patch version.

Returns:

  • (Integer)

    the patch version



33
34
35
# File 'lib/run_loop/version.rb', line 33

def patch
  @patch
end