Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 1,296 for host:docs.ruby-lang.org (0.06 sec)

  1. class Prism::OrNode - Documentation for Ruby 4.1

    class Prism::OrNode: Represents the use of the `||` operator or the `or` keyword.
    docs.ruby-lang.org/en/master/Prism/OrNode.html
    Registered: Fri Feb 06 05:23:45 UTC 2026
    - Last Modified: Fri Jan 30 13:20:06 UTC 2026
    - 154.6K bytes
    - Viewed (0)
  2. class Ractor::RemoteError - Documentation for R...

    class Ractor::RemoteError: Raised on Ractor#join or Ractor#value if there was an uncaught exception in the Ractor. Its +cause+ will contain the original exception, and +ractor+
    docs.ruby-lang.org/en/master/Ractor/RemoteError.html
    Registered: Fri Feb 06 05:34:31 UTC 2026
    - Last Modified: Fri Jan 30 13:20:06 UTC 2026
    - 130K bytes
    - Viewed (0)
  3. class Prism::UntilNode - Documentation for Ruby...

    class Prism::UntilNode: Represents the use of the `until` keyword, either in the block form or the modifier form.
    docs.ruby-lang.org/en/master/Prism/UntilNode.html
    Registered: Fri Feb 06 05:34:42 UTC 2026
    - Last Modified: Fri Jan 30 13:20:06 UTC 2026
    - 169K bytes
    - Viewed (0)
  4. class TracePoint - Documentation for Ruby 4.1

    class TracePoint: A class that provides the functionality of Kernel#set_trace_func in a well-structured Object-Oriented API. trace = TracePoint.
    docs.ruby-lang.org/en/master/TracePoint.html
    Registered: Fri Feb 06 05:48:41 UTC 2026
    - Last Modified: Fri Jan 30 13:20:05 UTC 2026
    - 177.6K bytes
    - Viewed (0)
  5. class UNIXSocket - Documentation for Ruby 4.1

    class UNIXSocket: UNIXSocket represents a UNIX domain stream client socket.
    docs.ruby-lang.org/en/master/UNIXSocket.html
    Registered: Fri Feb 06 05:48:47 UTC 2026
    - Last Modified: Fri Jan 30 13:20:05 UTC 2026
    - 153.4K bytes
    - Viewed (0)
  6. class Refinement - Documentation for Ruby 4.1

    class Refinement: Refinement is a class of the +self+ (current context) inside +refine+ statement. It allows to import methods from other modules, see #import_methods.
    docs.ruby-lang.org/en/master/Refinement.html
    Registered: Fri Feb 06 05:39:53 UTC 2026
    - Last Modified: Fri Jan 30 13:20:05 UTC 2026
    - 131.7K bytes
    - Viewed (0)
  7. class Regexp::TimeoutError - Documentation for ...

    class Regexp::TimeoutError: Raised when regexp matching timed out.
    docs.ruby-lang.org/en/master/Regexp/TimeoutError.html
    Registered: Fri Feb 06 05:40:02 UTC 2026
    - Last Modified: Fri Jan 30 13:20:06 UTC 2026
    - 127.5K bytes
    - Viewed (0)
  8. class Psych::Emitter - Documentation for Ruby 4.1

    Documentation for the Psych::Emitter class
    docs.ruby-lang.org/en/master/Psych/Emitter.html
    Registered: Fri Feb 06 05:40:59 UTC 2026
    - Last Modified: Fri Jan 30 13:20:06 UTC 2026
    - 152.8K bytes
    - Viewed (0)
  9. class Socket::Option - Documentation for Ruby 4.1

    class Socket::Option: Option represents a socket option used by BasicSocket#getsockopt and BasicSocket#setsockopt. A socket option contains the socket #family, protocol #le
    docs.ruby-lang.org/en/master/Socket/Option.html
    Registered: Fri Feb 06 05:47:17 UTC 2026
    - Last Modified: Fri Jan 30 13:20:06 UTC 2026
    - 174.2K bytes
    - Viewed (0)
  10. class Struct - Documentation for Ruby 4.1

    class Struct: Class \Struct provides a convenient way to create a simple class that can store and fetch values. tt>; the first argument, a string, is the name of th
    docs.ruby-lang.org/en/master/Struct.html
    Registered: Fri Feb 06 05:47:29 UTC 2026
    - Last Modified: Fri Jan 30 13:20:05 UTC 2026
    - 212.9K bytes
    - Viewed (0)
Back to top