23 24 25 26
# File 'lib/jruby/rack/rails.rb', line 23 def self.new helper = RailsGrizzlyHelper.instance ::Rack::Adapter::Rails.new(helper) end