Module: WIN32OLE_PP::Extentions::WIN32OLE_EVENT::PrettyPrint

Includes:
Common::PrettyPrintBase
Defined in:
lib/win32ole_pp/extentions/win32ole_event.rb

Instance Method Summary collapse

Methods included from Common::PrettyPrint

property_group

Methods included from Common::Utils

address_banner, type

Instance Method Details

#pretty_print(q) ⇒ Object



27
28
29
30
# File 'lib/win32ole_pp/extentions/win32ole_event.rb', line 27

def pretty_print(q)
  props = [["ole_class", @ole_class], ["event_interface", @event]]
  property_group(q, address_banner(@event), props)
end