# File lib/sass/util.rb, line 510 def jruby_version $jruby_version ||= ::JRUBY_VERSION.split(".").map {|s| s.to_i} end