mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6166e9cf28
commit
1e835d1c74
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class TestEnumerator < Test::Unit::TestCase
|
|||
}
|
||||
end
|
||||
|
||||
def test_nested_itaration
|
||||
def test_nested_iteration
|
||||
def (o = Object.new).each
|
||||
yield :ok1
|
||||
yield [:ok2, :x].each.next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue