Class: LatestVersion::CLI
- Inherits:
-
Thor
- Object
- Thor
- LatestVersion::CLI
- Defined in:
- lib/latest_version/cli.rb
Instance Method Summary collapse
Instance Method Details
#completions ⇒ Object
22 23 24 |
# File 'lib/latest_version/cli.rb', line 22 def completions puts Completion::SUPPORTED.keys.join("\n") end |
#rubygem(gem_name) ⇒ Object
27 28 29 |
# File 'lib/latest_version/cli.rb', line 27 def rubygem(gem_name) puts LatestVersion.of_rubygem(gem_name) end |