Method: Reap::Hosts::Rubyforge#commands
- Defined in:
- lib/reap/hosts/rubyforge.rb
#commands ⇒ Object
What commands does this host support.
90 91 92 |
# File 'lib/reap/hosts/rubyforge.rb', line 90 def commands %w{ touch release publish post } end |