diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-10-22 01:11:31 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-10-22 01:16:32 +0200 |
commit | b09e97b08c3c073e79159ff09f6a7e0779fcfd2e (patch) | |
tree | 03760e46268a69bdc67418afa34892a0f99040fc /lib/coderay/tokens.rb | |
parent | e93aae88985667189bb5b24ad0d5f54cb5fdba70 (diff) | |
download | coderay-b09e97b08c3c073e79159ff09f6a7e0779fcfd2e.tar.gz |
use autoload again
Diffstat (limited to 'lib/coderay/tokens.rb')
-rw-r--r-- | lib/coderay/tokens.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/tokens.rb b/lib/coderay/tokens.rb index e7bffce..aeb3b79 100644 --- a/lib/coderay/tokens.rb +++ b/lib/coderay/tokens.rb @@ -67,7 +67,7 @@ module CodeRay def method_missing meth, options = {} encode meth, options rescue PluginHost::PluginNotFound - super + raise end # Split the tokens into parts of the given +sizes+. |