Module: Rake::ShipitTask::VC

Defined in:
lib/shipit/vc.rb

Defined Under Namespace

Classes: Git, SVN

Class Method Summary collapse

Class Method Details

.newObject



8
9
10
11
12
# File 'lib/shipit/vc.rb', line 8

def self.new
	constants.map {|c| const_get(c) }.find {|c|
		c.accept?
	}.new
end