1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/testunit/test_assertions.rb: revert unintentional commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2005-09-12 16:23:14 +00:00
parent 82e8e747df
commit db05a0096a

View file

@ -483,6 +483,7 @@ Message: <"Error">
def test_assert_send
object = Object.new
class << object
private
def return_argument(argument, bogus)
return argument
end