# File lib/compass-rails.rb, line 68
    def version_match(version)
      !(rails_version =~ version).nil?
    end