Module: WIN32OLE_PP::Extentions::WIN32OLE::SmartToString

Includes:
Common::ToStringHook, Common::Utils
Defined in:
lib/win32ole_pp/extentions/win32ole.rb

Instance Method Summary collapse

Methods included from Common::ToStringHook

included

Methods included from Common::Utils

address_banner

Instance Method Details

#to_s_extObject



9
10
11
12
13
# File 'lib/win32ole_pp/extentions/win32ole.rb', line 9

def to_s_ext
  "#<#{address_banner(ole_obj_help.name)}>"
rescue
  to_s_original
end