# File iowa.rb, line 288 def Iowa.app mylog = Logger['iowa_log'] if @@app @@app else @@app = Application.newApplication(Dir.getwd) end end