motion/core/pollute.rb in bubble-wrap-1.0.0 vs motion/core/pollute.rb in bubble-wrap-1.1.0
- old
+ new
@@ -1,6 +1,5 @@
[
- [NSIndexPath, NSIndexPathWrap],
- [UIControl, UIControlWrap]
+ [NSIndexPath, NSIndexPathWrap]
].each do |base, wrapper|
base.send(:include, wrapper)
end