nicojensen.de/vendor/bundle/gems/sass-3.7.3/lib/sass/util/test.rb
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

9 lines
142 B
Ruby

module Sass
module Util
module Test
def skip(msg = nil, bt = caller)
super if defined?(super)
end
end
end
end