# File lib/buildr/core/compile.rb, line 31 def has?(name) compilers.any? { |compiler| compiler.to_sym == name.to_sym } end