# desc “Explaining what the task does” # task :stardust do # # Task goes here # end
namespace :stardust do
task :install do end
end
# desc “Explaining what the task does” # task :stardust do # # Task goes here # end
namespace :stardust do
task :install do end
end