Results for: "module_function"

def deconstruct: () -> Array[nil | Node]

def deconstruct: () -> Array[nil | Node]

def deconstruct: () -> Array[nil | Node]

def deconstruct: () -> Array[nil | Node]

def deconstruct: () -> Array[nil | Node]

def deconstruct: () -> Array[nil | Node]

def deconstruct: () -> Array[nil | Node]

def deconstruct: () -> Array[nil | Node]

No documentation available

True when the gem has been activated

Version of the gem

No documentation available

The Requirement of the unresolved dependency (not Version).

Concatenates the new requirements onto this requirement.

A string representation of this Version.

Extensions to build when installing the gem, specifically the paths to extconf.rb-style files used to compile extensions.

These files will be run when the gem is installed, causing the C (or whatever) code to be compiled on the user’s machine.

Usage:

spec.extensions << 'ext/rmagic/extconf.rb'

See Gem::Ext::Builder for information about writing extensions for gems.

Activate this spec, registering it as a loaded spec and adding it’s lib paths to $LOAD_PATH. Returns true if the spec was activated, false if it was previously activated. Freaks out if there are conflicts upon activation.

Return any possible conflicts against the currently loaded specs.

Sets extensions to extensions, ensuring it is an array.

Set the version to version.

Returns extensions.

Setter for extensions val.

Obtains a lock, runs the block, and releases the lock when the block completes. See the example under Thread::Mutex.

Returns URL-unescaped string following RFC 3986.

URL-decode a string following RFC 3986 with encoding(optional).

string = CGI.unescapeURIComponent("%27Stop%21%27+said%20Fred")
   # => "'Stop!'+said Fred"
Search took: 19ms  ·  Total Results: 5313