diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 17:04:06 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-18 17:04:06 +0000 |
| commit | c4c197890596dfca65b8d59cedb3310c7777e779 (patch) | |
| tree | 293b52c9757c1bff3793839abe49cce300424b94 /test/ruby/test_yield.rb | |
| parent | 9a98b36478c6e4f611587d784c53636958819755 (diff) | |
| download | ruby-c4c197890596dfca65b8d59cedb3310c7777e779.tar.gz ruby-c4c197890596dfca65b8d59cedb3310c7777e779.tar.xz ruby-c4c197890596dfca65b8d59cedb3310c7777e779.zip | |
sentence.rb documented.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_yield.rb')
| -rw-r--r-- | test/ruby/test_yield.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_yield.rb b/test/ruby/test_yield.rb index 8bc4972bd..3ae6881b8 100644 --- a/test/ruby/test_yield.rb +++ b/test/ruby/test_yield.rb @@ -322,14 +322,14 @@ class TestRubyYieldGen < Test::Unit::TestCase end def test_yield - syntax = Sentence::Gen.expand_syntax(Syntax) + syntax = Sentence.expand_syntax(Syntax) Sentence.each(syntax, :test_proc, 4) {|t| check_nofork(t) } end def test_yield_lambda - syntax = Sentence::Gen.expand_syntax(Syntax) + syntax = Sentence.expand_syntax(Syntax) Sentence.each(syntax, :test_lambda, 4) {|t| check_nofork(t, true) } |
