Module: Rake::ShipitTask::VC
- Defined in:
- lib/shipit/vc.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.new ⇒ Object
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 |