module Snapshot
Constants
- Boolean
- CACHE_DIR
- DESCRIPTION
- Helper
- ROOT
- SCREENSHOTS_DIR
- UI
Attributes
Public Class Methods
Source
# File snapshot/lib/snapshot/module.rb, line 15 def config=(value) @config = value DetectValues.set_additional_default_values @cache = {} end
Source
# File snapshot/lib/snapshot/module.rb, line 25 def kill_simulator `killall 'iOS Simulator' &> /dev/null` `killall Simulator &> /dev/null` end
Source
# File snapshot/lib/snapshot/module.rb, line 41 def self.min_xcode7? xcode_version.split(".").first.to_i >= 7 end
Source
# File snapshot/lib/snapshot/module.rb, line 21 def snapfile_name "Snapfile" end