module Hoe::Seattlerb
Top level Seattlerb plugin for Hoe. Doesn’t really do anything but pull in other default plugins.
Public Instance Methods
Source
# File lib/hoe/seattlerb.rb, line 15 def define_seattlerb_tasks if Hoe.plugins.include? :publish then base = "/data/www/docs.seattlerb.org" rdoc_locations << "docs-push.seattlerb.org:#{base}/#{remote_rdoc_dir}" end end
Define seattlerb’s rdoc location.