Skip to content

Commit

Permalink
moving to rexical 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 1, 2009
1 parent 7e1f4fb commit 4d63571
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/nokogiri/css/tokenizer.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
module Nokogiri
module CSS
class Tokenizer < GeneratedTokenizer
###
# Scan and tokenize +str+
def scan(str)
scan_evaluate(str)
end
alias :scan :scan_setup
end
end
end

0 comments on commit 4d63571

Please sign in to comment.