mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
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:
parent
de558c7995
commit
29ba4ff416
4 changed files with 123 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue