1#
2#  AppDelegate.rb
3#  PDFKitViewer
4#
5#  Created by Laurent Sansonetti on 12/11/06.
6#  Copyright (c) 2006 Apple Computer. All rights reserved.
7#
8
9class AppDelegate < NSObject
10  def applicationShouldOpenUntitledFile(application)
11    false
12  end
13end
14