mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8b817f1a4e
commit
7467524ca2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class TestMethod < Test::Unit::TestCase
|
|||
assert_equal(o, m.receiver)
|
||||
assert_equal(:foo, m.name)
|
||||
assert_equal(class << o; self; end, m.owner)
|
||||
assert_equal("foo", m.unbind.name)
|
||||
assert_equal(:foo, m.unbind.name)
|
||||
assert_equal(class << o; self; end, m.unbind.owner)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue