Results for: "gsub"

Example:

x.foo += 42
         ^^

Example:

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

Return the best specification that contains the file matching path, among those already activated.

Return the best specification in the record that contains the file matching path, among those already activated.

super ^^^^^

super {} ^^^^^^^^

super
^^^^^

super {}
^^^^^^^^
No documentation available

Example:

x.foo += 42
         ^^

Example:

x[1] += 42
  ^^^^^^^^

Example:

x += 1
     ^
Search took: 2ms  ·  Total Results: 286