Class: Lyndon::Delegate

Inherits:
Object
  • Object
show all
Defined in:
lib/lyndon/delegate.rb

Instance Method Summary collapse

Instance Method Details

#webView(sender, didFinishLoadForFrame: frame) ⇒ Object



3
4
5
# File 'lib/lyndon/delegate.rb', line 3

def webView(sender, didFinishLoadForFrame:frame)
  NSApplication.sharedApplication.stop(self)
end