nicojensen.de/vendor/bundle/gems/sass-3.7.3/lib/sass/util/test.rb

10 lines
142 B
Ruby
Raw Normal View History

2019-03-12 13:49:49 +01:00
module Sass
module Util
module Test
def skip(msg = nil, bt = caller)
super if defined?(super)
end
end
end
end