Class: Bricky::Commands::Version
- Defined in:
- lib/bricky/commands/version.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Bricky::Commands::Base
Instance Method Details
#execute ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/bricky/commands/version.rb', line 4 def execute logger.important "Bricky:", " A smart way to build software packages" logger.info " --------------------------\n | v\#{Bricky::VERSION} - \#{Bricky::CODENAME} |\n -------------------------\n \\\\ ^__^\n \\\\ (oo)\\_______\n (__)\\ )\\\\/\\\\/\n ||----w |\n || ||\n" end |