From e3dfea56ec8f189711f7904a9a05dbbfc0bd6acc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Jun 2010 06:47:02 +0000 Subject: doc: RDoc cleanups, split out LICENSE file --- lib/clogger.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/clogger.rb b/lib/clogger.rb index a827632..8339f59 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -1,9 +1,13 @@ # -*- encoding: binary -*- autoload :Rack, 'rack' +# See the README for usage instructions class Clogger + + # the version of Clogger, currently 0.4.0 VERSION = '0.4.0' + # :stopdoc: OP_LITERAL = 0 OP_REQUEST = 1 OP_RESPONSE = 2 @@ -141,6 +145,7 @@ private end end + # :startdoc: end require 'clogger/format' -- cgit v1.2.3-24-ge0c7