# File lib/sass/util.rb, line 782 def ruby1? return @ruby1 if defined?(@ruby1) @ruby1 = RUBY_VERSION_COMPONENTS[0] <= 1 end