From 8f8d029f1e9ba286e43cedc274a89bae3fb318b4 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 30 Mar 2010 01:13:11 +0000 Subject: Added documentation to encoders; more code cleanups. --- lib/coderay/encoders/null.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/null.rb') diff --git a/lib/coderay/encoders/null.rb b/lib/coderay/encoders/null.rb index add3862..7a8899b 100644 --- a/lib/coderay/encoders/null.rb +++ b/lib/coderay/encoders/null.rb @@ -9,7 +9,7 @@ module Encoders include Streamable register_for :null - # Defined for faster processing + # Defined for faster processing. def to_proc proc {} end -- cgit v1.2.1