Visit an individual part of a string-like node.
Returns true, if circular data structures should be checked, otherwise returns false.
Initialize a new compiler with the given option overrides, used to visit a subtree with the given options.
Parse a complex from the string representation.
Create a new compiler with the given options.
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 }