A library for interacting with your Mac through ruby.
gem install macos
require 'macos' screen = MacOS::screen screen.capture do |tempfile| # ... end