diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-16 01:01:12 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-16 01:01:12 +0200 |
commit | cb41b00d5673312f4982e914883f9cea95f2ccae (patch) | |
tree | fea5059b331244efd4400e36e5ba288a5a0bddc1 /lib/coderay.rb | |
parent | 8e67efef5b412b16d755fb47538e24a2b6bafce0 (diff) | |
download | coderay-cb41b00d5673312f4982e914883f9cea95f2ccae.tar.gz |
cleanup TODOs, FIXMEs
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r-- | lib/coderay.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb index 88c7cc2..24ae5a2 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -166,7 +166,6 @@ module CodeRay # # See also demo/demo_simple. def scan code, lang, options = {}, &block - # FIXME: return a proxy for direct-stream encoding TokensProxy.new code, lang, options, block end |