Class: AppDelegate

Inherits:
Object
  • Object
show all
Defined in:
lib/motion-frank-screenshots/app_delegate.rb

Instance Method Summary collapse

Instance Method Details

#screenshot(filename) ⇒ Object



2
3
4
# File 'lib/motion-frank-screenshots/app_delegate.rb', line 2

def screenshot(filename)
  Screenshooter.shot(filename)
end