diff options
Diffstat (limited to 'lib/coderay/encoders/null.rb')
-rw-r--r-- | lib/coderay/encoders/null.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |