summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/null.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-06-29 06:43:23 +0000
committermurphy <murphy@rubychan.de>2010-06-29 06:43:23 +0000
commitaed18e581ffa9d2b9b2c3bc9c89a7f7f782eec94 (patch)
tree6969c03780d4820cd5a205b0f4eb805cec0349d6 /lib/coderay/encoders/null.rb
parentdd29372ee9351d5417507f6133068f7be6758f93 (diff)
downloadcoderay-aed18e581ffa9d2b9b2c3bc9c89a7f7f782eec94.tar.gz
Encoder#to_proc is obsolete.
Diffstat (limited to 'lib/coderay/encoders/null.rb')
-rw-r--r--lib/coderay/encoders/null.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/coderay/encoders/null.rb b/lib/coderay/encoders/null.rb
index b815c2f..00de909 100644
--- a/lib/coderay/encoders/null.rb
+++ b/lib/coderay/encoders/null.rb
@@ -8,11 +8,6 @@ module Encoders
register_for :null
- # Defined for faster processing.
- def to_proc
- proc {}
- end
-
protected
def token(*)