Class: Homesteading::Version
- Defined in:
- lib/homesteading/commands/version.rb
Constant Summary
Constants inherited from Command
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#default ⇒ Object
8 9 10 11 12 |
# File 'lib/homesteading/commands/version.rb', line 8 def default puts puts "Homesteading #{Homesteading::VERSION}, codename: #{Homesteading::CODENAME}" puts end |