Method: Luffa::Version#patch

Defined in:
lib/luffa/version.rb

#patchInteger

Returns the patch version.

Returns:

  • (Integer)

    the patch version



28
29
30
# File 'lib/luffa/version.rb', line 28

def patch
  @patch
end