Class: Rubee::CLI::Version
- Inherits:
-
Object
- Object
- Rubee::CLI::Version
- Defined in:
- lib/rubee/cli/version.rb
Class Method Summary collapse
Class Method Details
.call(command, argv) ⇒ Object
5 6 7 |
# File 'lib/rubee/cli/version.rb', line 5 def call(command, argv) send(command, argv) end |
.version(_argv) ⇒ Object
9 10 11 |
# File 'lib/rubee/cli/version.rb', line 9 def version(_argv) color_puts("ruBee v#{Rubee::VERSION}", color: :yellow) end |