add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspect

add test/win32ole/test_win32ole_param.rb


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2006-04-08 09:13:30 +00:00
parent de558c7995
commit 29ba4ff416
4 changed files with 123 additions and 4 deletions

View file

@ -128,5 +128,9 @@ if defined?(WIN32OLE_METHOD)
assert_equal(@m_namespace.name, @m_namespace.to_s)
end
def test_inspect
assert_equal("#<WIN32OLE_METHOD:NameSpace>", @m_namespace.inspect)
end
end
end