Module: WIN32OLE_PP::Extentions::Common::ToStringBase

Instance Method Summary collapse

Methods included from Utils

address_banner, type

Instance Method Details

#to_s_extObject



48
49
50
51
52
# File 'lib/win32ole_pp/extentions/common.rb', line 48

def to_s_ext
  "#<%s>" % [address_banner(display_string)]
rescue
  to_s_original
end