plugins/ticket/lib/common.rb in rsence-2.0.0.10.pre vs plugins/ticket/lib/common.rb in rsence-2.0.0.11
- old
+ new
@@ -1,15 +1,17 @@
-#--
## RSence
# Copyright 2008 Riassence Inc.
# http://riassence.com/
#
# You should have received a copy of the GNU General Public License along
# with this software package. If not, contact licensing@riassence.com
##
- #++
+
+# @private Inner workings of Ticket
module TicketService
+
+# @private Inner workings of Ticket
module Common
def initialize
# storage for tickets to be expired by expiry time
# as the key and an array of ids in array as the value