# File lib/sass/script/functions.rb, line 794 def round(value) numeric_transformation(value) {|n| n.round} end