Top Level Namespace

Defined Under Namespace

Classes: HomesteadingTasks

Instance Method Summary collapse

Instance Method Details

#goodbyeObject



1
2
3
4
5
6
7
8
9
10
# File 'lib/homesteading-tasks/db.rb', line 1

def goodbye
  puts "Homesteading Tasks has been moved into Homesteading Publisher."
  puts ""
  puts "  gem install homesteading_publisher"
  puts ""
  puts "Or use it inside of a Homesteading install."
  puts ""
  puts "  gem install homesteading"
  puts "  homesteading help"
end