# File lib_core/rucy/server.rb, line 185 def open_document for document in @document begin document.open rescue StandardError, ScriptError logger.warning("[#{Time.now.httpdate}] failed to open a document: #{$!.message} (#{$!.class}): #{$!.backtrace[0]}") end end nil end