[Source]
# 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
[Validate]