lib/calabash/android/physical_buttons.rb in calabash-1.9.9.pre2 vs lib/calabash/android/physical_buttons.rb in calabash-1.9.9.pre3

- old
+ new

@@ -1,8 +1,10 @@ -# @todo: Add not about this class being easily abused module Calabash module Android + # @!visibility private module PhysicalButtons + + # @todo: Add note about this class being easily abused def press_button(key) Device.default.perform_action('press_key', key) true end