diff --git a/lib/harsh.rb b/lib/harsh.rb index c4ebab4..6740a01 100644 --- a/lib/harsh.rb +++ b/lib/harsh.rb @@ -10,4 +10,5 @@ def harsh_random(type = Sass::Script::String.new("number"), max = Sass::Script:: Sass::Script::Number.new(rand(max.value), max.numerator_units, max.denominator_units) end end -end \ No newline at end of file +end +// test commit