lib/calabash/device.rb in calabash-2.0.0.pre2 vs lib/calabash/device.rb in calabash-2.0.0.pre3

- old
+ new

@@ -1,5 +1,7 @@ module Calabash + # A model of the device under test. Can be a physical Android or iOS device, + # an Android emulator, or an iOS simulator. class Device include Utility # @!visibility private @@default = nil