Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 348 for host:docs.ruby-lang.org (0.02 sec)

  1. class StopIteration - Documentation for Ruby 4.0

    class StopIteration: Raised to stop the iteration, in particular by Enumerator#next. It is rescued by Kernel#loop.
    docs.ruby-lang.org/en/master/StopIteration.html
    Registered: Fri Nov 21 05:07:11 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  2. class TrueClass - Documentation for Ruby 4.0

    class TrueClass: The class of the singleton object +true+. to_s and its alias #inspect.
    docs.ruby-lang.org/en/master/TrueClass.html
    Registered: Fri Nov 21 05:12:18 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  3. class OpenSSL::SSL::SSLContext - Documentation ...

    class OpenSSL::SSL::SSLContext: An SSLContext is used to set various options regarding certificates, algorithms, verification, session caching, etc. The SSLContext is used to create
    docs.ruby-lang.org/en/master/OpenSSL/SSL/SSLContext.html
    Registered: Fri Nov 21 05:12:35 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 99.8K bytes
    - Viewed (0)
  4. module OpenSSL::Buffering - Documentation for R...

    module OpenSSL::Buffering: OpenSSL IO buffering mix-in module. SSLSocket to behave like an IO.
    docs.ruby-lang.org/en/master/OpenSSL/Buffering.html
    Registered: Fri Nov 21 05:13:54 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 63.6K bytes
    - Viewed (0)
  5. module IO::WaitReadable - Documentation for Rub...

    module IO::WaitReadable: exception to wait for reading. see IO.
    docs.ruby-lang.org/en/master/IO/WaitReadable.html
    Registered: Fri Nov 21 05:14:12 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  6. class Socket::AncillaryData - Documentation for...

    class Socket::AncillaryData: AncillaryData represents the ancillary data (control information) used by sendmsg and recvmsg system call. It contains socket #family, control message
    docs.ruby-lang.org/en/master/Socket/AncillaryData.html
    Registered: Fri Nov 21 05:14:23 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 53.5K bytes
    - Viewed (0)
  7. class Gem::Platform - Documentation for Ruby 4.0

    class Gem::Platform: Available list of platforms for targeting Gem installations. See `gem help platform` for information on platform matching.
    docs.ruby-lang.org/en/master/Gem/Platform.html
    Registered: Fri Nov 21 05:16:03 UTC 2025
    - Last Modified: Fri Nov 14 13:20:18 UTC 2025
    - 70.7K bytes
    - Viewed (0)
  8. class Gem::RequestSet::Lockfile::Tokenizer - Do...

    Documentation for the Gem::RequestSet::Lockfile::Tokenizer class
    docs.ruby-lang.org/en/master/Gem/RequestSet/Lockfile/Tokenizer.html
    Registered: Fri Nov 21 05:16:23 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 27.1K bytes
    - Viewed (0)
  9. class SystemCallError - Documentation for Ruby 4.0

    class SystemCallError: SystemCallError is the base class for all low-level platform-dependent errors. The errors available on the current platform are subclasses of SystemCa
    docs.ruby-lang.org/en/master/SystemCallError.html
    Registered: Fri Nov 21 05:16:33 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  10. class FiberError - Documentation for Ruby 4.0

    class FiberError: resume a dead fiber, attempting to yield from the root fiber, or calling a fiber across threads. fiber = Fiber.
    docs.ruby-lang.org/en/master/FiberError.html
    Registered: Fri Nov 21 05:16:53 UTC 2025
    - Last Modified: Fri Nov 07 13:20:35 UTC 2025
    - 3.9K bytes
    - Viewed (0)
Back to top