diff options
author | murphy <murphy@rubychan.de> | 2010-06-29 06:43:23 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-29 06:43:23 +0000 |
commit | aed18e581ffa9d2b9b2c3bc9c89a7f7f782eec94 (patch) | |
tree | 6969c03780d4820cd5a205b0f4eb805cec0349d6 /lib | |
parent | dd29372ee9351d5417507f6133068f7be6758f93 (diff) | |
download | coderay-aed18e581ffa9d2b9b2c3bc9c89a7f7f782eec94.tar.gz |
Encoder#to_proc is obsolete.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/coderay/encoders/null.rb | 5 |
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(*) |