Method: RunLoop::Version#pre_version

Defined in:
lib/run_loop/version.rb

#pre_versionInteger

Returns if this is a pre-release version, returns the pre-release version; otherwise this is nil.

Returns:

  • (Integer)

    if this is a pre-release version, returns the pre-release version; otherwise this is nil



37
38
39
# File 'lib/run_loop/version.rb', line 37

def pre_version
  @pre_version
end