# File lib/sass/util.rb, line 804 def ruby1_9_2? return @ruby1_9_2 if defined?(@ruby1_9_2) @ruby1_9_2 = RUBY_VERSION_COMPONENTS == [1, 9, 2] end