Methods
Public Class methods
# File lib/shipit/vc.rb, line 8
8: def self.new
9: constants.map {|c| const_get(c) }.find {|c|
10: c.accept?
11: }.new
12: end
Rake::ShipitTask::VC (Module)
# File lib/shipit/vc.rb, line 8
8: def self.new
9: constants.map {|c| const_get(c) }.find {|c|
10: c.accept?
11: }.new
12: end