forgot to return true

This commit is contained in:
Laurent Sansonetti
2011-11-05 13:42:23 +01:00
parent 3282c73e7a
commit 4c901d71e2

View File

@@ -52,6 +52,7 @@ EOS
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
puts "Hello World!"
return true
end
end
EOS