# File lib/sass/util.rb, line 564
    def jruby1_6?
      jruby? && jruby_version[0] == 1 && jruby_version[1] < 7
    end