method
test_s_codepage
ruby latest stable - Class:
TestWin32OLE
test_s_codepage()public
No documentation available.
# File ext/win32ole/tests/testWIN32OLE.rb, line 60
def test_s_codepage
assert_equal(WIN32OLE::CP_ACP, WIN32OLE.codepage)
end