Class: Homesteading::Version

Inherits:
Command
  • Object
show all
Defined in:
lib/homesteading/commands/version.rb

Constant Summary

Constants inherited from Command

Command::COMMANDS

Instance Method Summary collapse

Methods inherited from Command

create, register

Instance Method Details

#defaultObject



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