Class: Cello::Commands::Version
- Inherits:
-
Object
- Object
- Cello::Commands::Version
- Defined in:
- lib/cello/commands/version.rb
Class Method Summary collapse
Class Method Details
.run(args = ARGV) ⇒ Object
3 4 5 |
# File 'lib/cello/commands/version.rb', line 3 def run(args=ARGV) puts "cello version #{Cello::VERSION}" end |