Module: WIN32OLE_PP::Extentions::WIN32OLE_METHOD::SmartToString

Includes:
Common::ToStringHook, Common::Utils
Defined in:
lib/win32ole_pp/extentions/win32ole_method.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
# File 'lib/win32ole_pp/extentions/win32ole_method.rb', line 9

def to_s_ext
  "#<%s: %s %s(%s)>" % [address_banner, return_type, name, params.map{|e| e.to_s_simple} * ', ']
end