diff options
Diffstat (limited to 'lib/coderay/encoders/null.rb')
-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(*) |