Method: Lolcommits::CaptureMac#capture
- Defined in:
- lib/lolcommits/capture_mac.rb
#capture ⇒ Object
7 8 9 10 11 |
# File 'lib/lolcommits/capture_mac.rb', line 7 def capture call_str = "#{imagesnap_bin} -q \"#{snapshot_location}\" -w #{capture_delay} #{capture_device_string}" debug "Capturer: making system call for #{call_str}" system(call_str) end |