lib/sass/util/test.rb in oreorenasass-3.4.4 vs lib/sass/util/test.rb in oreorenasass-3.4.5

- old
+ new

@@ -1,9 +1,10 @@ module Sass module Util module Test def skip(msg = nil, bt = caller) super if defined?(super) + return end end end end