class Xezat::Detector::Autoconf
Public Instance Methods
detect(variables)
click to toggle source
# File lib/xezat/detector/autoconf.rb, line 8 def detect(variables) Find.find(variables[:S]) do |file| return true if file.end_with?("#{File::SEPARATOR}configure.ac", "#{File::SEPARATOR}configure.in") end false end