Sha256: 2febb209580a101bd60299f43b239a5d5b373d1c76936492bde667692f4707b3
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
module Calabash module IOS module Runtime # @todo Complete and document the Runtime API def simulator? Calabash::IOS::Device.default.simulator? end def physical_device? Calabash::IOS::Device.default.physical_device? end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calabash-1.9.9.pre2 | lib/calabash/ios/runtime.rb |