Module: WIN32OLE_PP::Extentions::WIN32OLE_EVENT::SmartToString

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

Instance Method Summary collapse

Methods included from Common::ToStringHook

included

Methods included from Common::Utils

address_banner

Instance Method Details

#to_s_extObject



19
20
21
22
23
# File 'lib/win32ole_pp/extentions/win32ole_event.rb', line 19

def to_s_ext
  "#<%s: %s.%s>" % [address_banner, @ole_class, @event]
rescue
  to_s_original
end