Flowdock
callback(dbman) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/cgi/session.rb, line 158
    def Session::callback(dbman)  #:nodoc:
      Proc.new{
        dbman[0].close unless dbman.empty?
      }
    end
Register or log in to add new notes.