Method: Reap::Hosts::Rubyforge#commands

Defined in:
lib/reap/hosts/rubyforge.rb

#commandsObject

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