lib/run_loop/xctools.rb in run_loop-1.3.2 vs lib/run_loop/xctools.rb in run_loop-1.3.3.pre1

- old
+ new

@@ -166,9 +166,12 @@ # instruments(:version) #=> 5.1.1 - a Version object # # @example Getting list of known simulators. # instruments(:sims) #=> < list of known simulators > # + # @example Getting list of physical devices. + # instruments(:devices) #> < list of physical devices > + # # @param [Version] cmd controls the return value. currently accepts `nil`, # `:sims`, `:templates`, and `:version` as valid parameters # @return [String,Array,Version] based on the value of `cmd` version, a list known # simulators, the version of current instruments tool, or the path to the # instruments binary.