lib/calabash/ios/device/rotation_mixin.rb in calabash-1.9.9.pre2 vs lib/calabash/ios/device/rotation_mixin.rb in calabash-1.9.9.pre3
- old
+ new
@@ -1,9 +1,9 @@
module Calabash
module IOS
- # !@visibility private
+ # @!visibility private
module RotationMixin
def rotate(direction)
# If we are in the console, we want to be able to rotate without
# calling start_app. However, if the Device in the console has not
@@ -56,10 +56,10 @@
recording_name = "rotate_#{recording_name}"
playback_route(recording_name, form_factor)
end
- # !@visibility private
+ # @!visibility private
# Caller must pass position one of these positions down, left, right, up
def rotate_home_button_to(position)
valid_positions = ['down', 'left', 'right', 'up']
unless valid_positions.include?(position)