Defines the callback of event. If you want modify argument in callback, you could use this method instead of WIN32OLE::Event#on_event
.
ie = WIN32OLE.new('InternetExplorer.Application') ev = WIN32OLE::Event.new(ie) ev.on_event_with_outargs('BeforeNavigate2') {|*args| args.last[6] = true }
Compile a AssocSplatNode
node
Compile a BlockArgumentNode
node
Compile a CaseMatchNode
node
Compile a MatchRequiredNode
node
Compile a MatchWriteNode
node
Dispatch enter and leave events for AssocSplatNode
nodes and continue walking the tree.
Dispatch enter and leave events for BlockArgumentNode
nodes and continue walking the tree.
Dispatch enter and leave events for CaseMatchNode
nodes and continue walking the tree.
Dispatch enter and leave events for ForwardingArgumentsNode
nodes and continue walking the tree.
Dispatch enter and leave events for InterpolatedStringNode
nodes and continue walking the tree.
Dispatch enter and leave events for InterpolatedSymbolNode
nodes and continue walking the tree.
Dispatch enter and leave events for InterpolatedXStringNode
nodes and continue walking the tree.
Dispatch enter and leave events for MatchRequiredNode
nodes and continue walking the tree.