Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 121 - 130 of 446 for host:docs.ruby-lang.org (0.06 seconds)

  1. zjit - Documentation for Ruby 4.1

    zjit: github. ADVANCED RUBY JIT PROTOTYPE ZJIT is a method-based just-in-time (JIT) compiler for Ruby.
    docs.ruby-lang.org/en/master/jit/zjit_md.html
    Fri Apr 17 13:20:07 GMT 2026
      27.5K bytes
  2. modules_and_classes - Documentation for Ruby 4.1

    modules_and_classes: Modules Modules serve two purposes in Ruby, namespacing and mix-in functionality. A namespace can be used to organize code by package or functionalit
    docs.ruby-lang.org/en/master/syntax/modules_and_classes_rdoc.html
    Fri Apr 17 13:20:07 GMT 2026
      24.2K bytes
  3. ractor - Documentation for Ruby 4.1

    ractor: Ractor - Ruby's Actor-like concurrency abstraction Ractors are designed to provide parallel execution of Ruby code without thread-safety concerns. Su
    docs.ruby-lang.org/en/master/language/ractor_md.html
    Fri Apr 17 13:20:07 GMT 2026
      32.7K bytes
  4. class ARGF - Documentation for Ruby 4.1

    class ARGF: b> array. Initially, it contains the command-line arguments and options that are passed to the Ruby program; the program can modify that array as
    docs.ruby-lang.org/en/master/ARGF.html
    Fri Apr 17 13:20:06 GMT 2026
      37.9K bytes
  5. case_mapping - Documentation for Ruby 4.1

    case_mapping: Case Mapping Some string-oriented methods use case mapping. Symbol#capitalize - Symbol#casecmp - Symbol#casecmp? - Symbol#downcase - Symbol#swapcase
    docs.ruby-lang.org/en/master/language/case_mapping_rdoc.html
    Fri Apr 17 13:20:07 GMT 2026
      21.1K bytes
  6. format_specifications - Documentation for Ruby 4.1

    format_specifications: Argument +format_string+, which has zero or more embedded _format_ _specifications_ (see below). tt>, which are zero or more objects to be formatted
    docs.ruby-lang.org/en/master/language/format_specifications_rdoc.html
    Fri Apr 17 13:20:07 GMT 2026
      24.2K bytes
  7. class Thread::ConditionVariable - Documentation...

    class Thread::ConditionVariable: ConditionVariable objects augment class Mutex. Using condition variables, it is possible to suspend while in the middle of a critical section until a
    docs.ruby-lang.org/en/master/Thread/ConditionVariable.html
    Fri Apr 17 13:20:07 GMT 2026
      21.6K bytes
  8. security - Documentation for Ruby 4.1

    security: Ruby Security The Ruby programming language is large and complex and there are many security pitfalls often encountered by newcomers and experienced
    docs.ruby-lang.org/en/master/security/security_rdoc.html
    Fri Apr 17 13:20:07 GMT 2026
      22.4K bytes
  9. class FiberError - Documentation for Ruby 4.1

    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
    Fri Apr 17 13:20:06 GMT 2026
      19.7K bytes
  10. class ENV - Documentation for Ruby 4.1

    class ENV: ENV+ is a hash-like accessor for environment variables. When you get the value for a name in +ENV+, the value is retrieved from among the current envi
    docs.ruby-lang.org/en/master/ENV.html
    Thu Apr 23 13:20:06 GMT 2026
      41.7K bytes
Back to Top