Class: JRubyCipango::Factory::JRCRackFactory

Inherits:
DefaultRackApplicationFactory
  • Object
show all
Defined in:
lib/jrubycipango/factory.rb

Instance Method Summary collapse

Instance Method Details

#newRuntimeObject



13
14
15
16
17
18
# File 'lib/jrubycipango/factory.rb', line 13

def newRuntime
  runtime = Ruby.get_global_runtime 
  $servlet_context=rackContext
  require 'rack/handler/servlet'
  return runtime
end