# File lib/sass/script/functions.rb, line 1736 def round(number) numeric_transformation(number) {|n| Sass::Util.round(n)} end