# File lib/compass/app_integration/rails/installer.rb, line 72
        def hamlize?
          # XXX Is there a better way to detect haml in a particular rails project?
          require 'haml'
          true
        rescue LoadError
          false
        end