Configure the session class’s factory with the given Arrow::Config object.
57 58 59 60
# File 'lib/arrow/session.rb', line 57 def self::configure( config ) @config = config.dup Arrow::Logger[self].debug "Done. Session config is: %p" % @config end