Sha256: fc9d9bafd1ac089de940e3682fef8734fb6db72b11492b014581516ac24000b3

Contents?: true

Size: 209 Bytes

Versions: 3

Compression:

Stored size: 209 Bytes

Contents

#!/usr/bin/env ruby
# State::User::Limit -- oddb -- 26.07.2005 -- hwyss@ywesee.com

require 'state/limit'

module ODDB
	module State
		module User
class Limit < Global
	include State::Limit
end
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oddb.org-1.0.2 src/state/user/limit.rb
oddb.org-1.0.1 src/state/user/limit.rb
oddb.org-1.0.0 src/state/user/limit.rb