# File lib/compass-rails.rb, line 107
    def version_match(version)
      if (rails_version =~ version).nil?
        return false
      end

      true
    end