Sha256: bb3eac1ade16b26e6b2ad570814f5b59bc21ad69bcd44a325c42ef7ae78983c1
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
#!/usr/bin/env ruby # State::Admin::Logout -- oddb -- 25.11.2002 -- hwyss@ywesee.com require 'state/admin/global' require 'view/search' module ODDB module State module Admin class Logout < State::Admin::Global DIRECT_EVENT = :logout VIEW = View::Search end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oddb.org-1.0.2 | src/state/admin/logout.rb |
oddb.org-1.0.1 | src/state/admin/logout.rb |
oddb.org-1.0.0 | src/state/admin/logout.rb |