class Rails::Generators::AppBase

def keep_file(destination)

def keep_file(destination)
  create_file("#{destination}/.keep") if keeps?
end