summaryrefslogtreecommitdiff
path: root/lib/coderay/tokens.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-10-22 03:00:46 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-10-22 03:00:46 +0200
commitd21348f85036273fd8f370a6a850e1c0440c6b02 (patch)
tree70df2af6dc78faae7075d6550248dea0533574ab /lib/coderay/tokens.rb
parentb09e97b08c3c073e79159ff09f6a7e0779fcfd2e (diff)
downloadcoderay-d21348f85036273fd8f370a6a850e1c0440c6b02.tar.gz
tweaks
Diffstat (limited to 'lib/coderay/tokens.rb')
-rw-r--r--lib/coderay/tokens.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/tokens.rb b/lib/coderay/tokens.rb
index aeb3b79..e7bffce 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
- raise
+ super
end
# Split the tokens into parts of the given +sizes+.