Class: Cp8Cli::Version
- Inherits:
- 
      Object
      
        - Object
- Cp8Cli::Version
 
- Defined in:
- lib/cp8_cli/version.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.latest? ⇒ Boolean
| 5 6 7 | # File 'lib/cp8_cli/version.rb', line 5 def self.latest? new.latest? end | 
Instance Method Details
#latest? ⇒ Boolean
| 9 10 11 | # File 'lib/cp8_cli/version.rb', line 9 def latest? latest_version <= current_version end |