Sha256: f9bc6549a624aa8a0d77b97e71285016bd42ee83a5e6744da2df7154a4841b46
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
#!/usr/bin/env ruby # Html::State::Limit -- de.oddb.org -- 20.12.2007 -- hwyss@ywesee.com require 'oddb/html/state/global_predefine' require 'oddb/html/state/login' require 'oddb/html/view/limit' module ODDB module Html module State class Limit < Global include State::LoginMethods VIEW = View::Limit end end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
de.oddb-2.0.1 | lib/oddb/html/state/limit.rb |
ramaze.ch.oddb.org-1.0.0 | lib/oddb/html/state/limit.rb |
de.oddb-2.0.0 | lib/oddb/html/state/limit.rb |