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

Includes:
Common::ToStringBase, Common::ToStringHook
Defined in:
lib/win32ole_pp/extentions/win32ole_method.rb

Instance Method Summary collapse

Methods included from Common::ToStringHook

included

Methods included from Common::ToStringBase

#to_s_ext

Methods included from Common::Utils

address_banner, type

Instance Method Details

#display_stringObject



13
14
15
# File 'lib/win32ole_pp/extentions/win32ole_method.rb', line 13

def display_string
  "%s %s(%s)" % [display_type, name, params.map{|e| e.display_string} * ', ']
end

#display_typeObject



9
10
11
# File 'lib/win32ole_pp/extentions/win32ole_method.rb', line 9

def display_type
  type(return_type, return_type_detail)
end