add(pub)
Add a publisher to the composite.
# File lib/rake/contrib/compositepublisher.rb, line 10 def add(pub) @publishers << pub end