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