diff options
Diffstat (limited to 'lib/coderay/scanners/css2.rb')
-rw-r--r-- | lib/coderay/scanners/css2.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/coderay/scanners/css2.rb b/lib/coderay/scanners/css2.rb index edb9ca3..4b20b79 100644 --- a/lib/coderay/scanners/css2.rb +++ b/lib/coderay/scanners/css2.rb @@ -91,15 +91,11 @@ module Scanners state = states.last until eos? - case state - #{ @code.chomp.gsub(/^/, ' ') } else raise_inspect 'Unknown state: %p' % [state], encoder - end - end if options[:keep_state] |