lib/gametel.rb in gametel-0.2 vs lib/gametel.rb in gametel-0.3

- old
+ new

@@ -29,9 +29,16 @@ def enabled?(locator) platform.enabled?(locator) end # + # Returns true if a view exists + # + def has_view?(locator) + platform.has_view?(locator) + end + + # # Press the back button # def back platform.back end