Class: Deis::Commands::Version
- Inherits:
-
Object
- Object
- Deis::Commands::Version
- Defined in:
- lib/deis/commands/version.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
4 5 6 |
# File 'lib/deis/commands/version.rb', line 4 def run puts "deis-rails v" + Deis::VERSION end |