require 'yard-ghpages' task default: %w[truth] task :truth do puts 'True!' end Yard::GHPages::Tasks.install_tasks