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 ImplicitRestNode
node
Compile a PinnedExpressionNode
node
Compile a PreExecutionNode
node
Compile a RestParameterNode
node
Dispatch enter and leave events for ImplicitRestNode
nodes and continue walking the tree.
Dispatch enter and leave events for PinnedExpressionNode
nodes and continue walking the tree.
Dispatch enter and leave events for PreExecutionNode
nodes and continue walking the tree.
Dispatch enter and leave events for RestParameterNode
nodes and continue walking the tree.
Get a single gem name from the command line. Fail if there is no gem name or if there is more than one gem name given.
Suggests gems based on the supplied gem_name
. Returns an array of alternative gem names.
Add the –bulk-threshold option
Corrects path
(usually returned by ‘URI.parse().path` on Windows), that comes with a leading slash.