Skip to content

Commit baf2b03

Browse files
authored
Merge pull request #227 from junaruga/hotfix/not-reached-statement
Remove the statement that is not always reached.
2 parents 7818585 + 913c166 commit baf2b03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/coderay/encoders/html/output.rb

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def wrap! element, *args
7676
apply_title! title
7777
end
7878
self
79-
when nil
80-
return self
8179
else
8280
raise "Unknown value %p for :wrap" % element
8381
end

0 commit comments

Comments
 (0)