Results for: "gsub"

No documentation available
No documentation available
No documentation available

The required_ruby_version constraint for this specification

A fallback is included because when generated, some marshalled specs have it set to nil.

The required_rubygems_version constraint for this specification

A fallback is included because the original version of the specification API didn’t include that field, so some marshalled specs in the index have it set to nil.

The required_ruby_version constraint for this specification

The required_rubygems_version constraint for this specification

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
}

Example:

x.foo(42)
      ^^
x[42]
  ^^
x += 1
     ^

Example:

x.foo = 1
        ^
x[42] = 1
  ^^^^^^^
x[] = 1
  ^^^^^

Example:

x + 1
    ^

Example:

foo(42)
    ^^
foo 42
    ^^
No documentation available

Compile a ForwardingSuperNode node

Desugar ‘x &&= y` to `x && x = y`

Desugar ‘x += y` to `x = x + y`

Desugar ‘x ||= y` to `x || x = y`

Dispatch enter and leave events for ForwardingSuperNode nodes and continue walking the tree.

Copy a ForwardingSuperNode node

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 4ms  ·  Total Results: 323