lib/dummy.rb in teacup-1.2.7 vs lib/dummy.rb in teacup-1.2.8

- old
+ new

@@ -79,5 +79,13 @@ setShadowPath(nil) setOpaque(nil) setTranslucent(nil) end end + +class DummySwitch < UISwitch +private + def dummy + on? + setOn(true) + end +end