Class: Homesteading::Version
- Inherits:
-
Object
- Object
- Homesteading::Version
- Defined in:
- lib/homesteading/commands/version.rb
Class Method Summary collapse
Class Method Details
.default(options = nil) ⇒ Object
5 6 7 8 9 |
# File 'lib/homesteading/commands/version.rb', line 5 def default(=nil) # TODO load in *actual* VERSION and CODENAME from homesteading/version # puts "Homesteading #{Homesteading::VERSION}, codename: #{Homesteading::CODENAME}" puts "Homesteading 0.0.7, codename: Rooftop" end |