mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/ripper/lib/ripper/tokenizer.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c750e368d
commit
90ae99b0f0
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Sep 20 17:46:51 2004 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* ext/ripper/lib/ripper/tokenizer.rb: fix typo.
|
||||
|
||||
Mon Sep 20 17:38:43 2004 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* test/ripper/test_scanner_events.rb: tokens must be reordered.
|
||||
|
|
|
@ -53,7 +53,6 @@ class Ripper
|
|||
on__scan(event, tok)
|
||||
__send__(event, tok)
|
||||
end
|
||||
data
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue