Method: Externals::Ext.project_type_detector

Defined in:
lib/externals/ext.rb

.project_type_detector(name) ⇒ Object



762
763
764
# File 'lib/externals/ext.rb', line 762

def self.project_type_detector name
  Externals.module_eval("#{name.classify}Detector", __FILE__, __LINE__)
end