Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 8 of 8 for host:docs.ruby-lang.org (0.02 sec)

  1. module Forwardable - Documentation for Ruby 4.0

    module Forwardable: The Forwardable module provides delegation of specified methods to a designated object, using the methods #def_delegator and #def_delegators. tt>.
    docs.ruby-lang.org/en/master/Forwardable.html
    Registered: Fri Dec 12 04:05:26 UTC 2025
    - Last Modified: Thu Dec 11 13:20:28 UTC 2025
    - 145.9K bytes
    - Viewed (0)
  2. module ZJIT - Documentation for Ruby 4.0

    module ZJIT: This module allows for introspection of ZJIT, CRuby's just-in-time compiler. Everything in the module is highly implementation specific and the API mi
    docs.ruby-lang.org/en/master/ZJIT.html
    Registered: Fri Dec 12 06:03:31 UTC 2025
    - Last Modified: Thu Dec 11 13:20:28 UTC 2025
    - 159.7K bytes
    - Viewed (0)
  3. class Monitor - Documentation for Ruby 4.0

    class Monitor: Use the Monitor class when you want to have a lock object for blocks with mutual exclusion. require 'monitor' lock = Monitor.
    docs.ruby-lang.org/en/master/Monitor.html
    Registered: Fri Dec 12 04:41:35 UTC 2025
    - Last Modified: Thu Dec 11 13:20:28 UTC 2025
    - 136.6K bytes
    - Viewed (0)
  4. class StringIO - Documentation for Ruby 4.0

    class StringIO: Class \StringIO supports accessing a string as a stream, similar in some ways to [class IO][io class]. StringIO.
    docs.ruby-lang.org/en/master/StringIO.html
    Registered: Fri Dec 12 06:12:21 UTC 2025
    - Last Modified: Thu Dec 11 13:20:28 UTC 2025
    - 303.3K bytes
    - Viewed (0)
  5. module SingleForwardable - Documentation for Ru...

    module SingleForwardable: SingleForwardable can be used to setup delegation at the object level as well. printer = String.
    docs.ruby-lang.org/en/master/SingleForwardable.html
    Registered: Fri Dec 12 06:13:02 UTC 2025
    - Last Modified: Thu Dec 11 13:20:28 UTC 2025
    - 136.3K bytes
    - Viewed (0)
  6. box - Documentation for Ruby 4.0

    box: Ruby Box - Ruby's in-process separation of Classes and Modules Ruby Box is designed to provide separated spaces in a Ruby process, to isolate applica
    docs.ruby-lang.org/en/master/language/box_md.html
    Registered: Fri Dec 12 03:52:43 UTC 2025
    - Last Modified: Thu Dec 11 13:20:29 UTC 2025
    - 153.7K bytes
    - Viewed (0)
  7. module Win32::Resolv - Documentation for Ruby 4.0

    Documentation for the Win32::Resolv module
    docs.ruby-lang.org/en/master/Win32/Resolv.html
    Registered: Fri Dec 12 06:16:00 UTC 2025
    - Last Modified: Thu Dec 11 13:20:29 UTC 2025
    - 143.2K bytes
    - Viewed (0)
  8. class Thread::Mutex - Documentation for Ruby 4.0

    class Thread::Mutex: Mutex implements a simple semaphore that can be used to coordinate access to shared data from multiple concurrent threads. Mutex.
    docs.ruby-lang.org/en/master/Thread/Mutex.html
    Registered: Fri Dec 12 06:02:41 UTC 2025
    - Last Modified: Thu Dec 11 13:20:29 UTC 2025
    - 139.2K bytes
    - Viewed (0)
Back to top