зеркало из https://github.com/github/ruby.git
Define singleton method on each new objects
This commit is contained in:
Родитель
a0c141b6d0
Коммит
e0c4cb2ea1
|
@ -29,6 +29,8 @@ class TestStringIO < Test::Unit::TestCase
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
assert_raise(TypeError) { StringIO.new(o) }
|
assert_raise(TypeError) { StringIO.new(o) }
|
||||||
|
|
||||||
|
o = Object.new
|
||||||
def o.to_str
|
def o.to_str
|
||||||
'str'
|
'str'
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче