Method: RunLoop::Version#pre_version
- Defined in:
- lib/run_loop/version.rb
#pre_version ⇒ Integer
Returns if this is a pre-release version, returns the pre-release version; otherwise this is nil.
42 43 44 |
# File 'lib/run_loop/version.rb', line 42 def pre_version @pre_version end |