Returns a new instance of Norman.
8 9 10 11
# File 'lib/rack/norman.rb', line 8 def initialize(app, options = {}) @app = app @norman = ::Norman::Adapters::Cookie.new(options.merge(:sync => true)) end