About 47,700 results
Open links in new tab
  1. index - Documentation for Ruby 3.4

    Ruby Documentation Welcome to the official Ruby programming language documentation. Getting Started New to Ruby? Start with our Getting Started Guide. Core Classes and …

  2. Ruby 3.4.0 Released - Ruby Programming Language

    Dec 25, 2024 · Ruby 3.4 adds it block parameter reference, changes Prism as default parser, adds Happy Eyeballs Version 2 support to socket library, improves YJIT, adds Modular GC, …

  3. class Regexp - Documentation for Ruby 4.0

    class Regexp A regular expression (also called a regexp) is a match pattern (also simply called a pattern). A common notation for a regexp uses enclosing slash characters: /foo/ A regexp may …

  4. Ruby Releases

    Mar 3, 2010 · Ruby Releases This page lists individual Ruby releases. For information about the current maintenance status of the various Ruby branches see the . Ruby releases by version …

  5. exceptions - Documentation for Ruby 3.5

    Exceptions Ruby code can raise exceptions. Most often, a raised exception is meant to alert the running program that an unusual (i.e., exceptional) situation has arisen, and may need to be …

  6. strftime_formatting - Documentation for Ruby 3.5

    Formats for Dates and Times Several Ruby time-related classes have instance method strftime, which returns a formatted string representing all or part of a date or time: Date#strftime. …

  7. class Hash - Documentation for Ruby 4.0

    class Hash: A \Hash object maps each of its unique keys to a specific value. An array index is always an integer.

  8. pattern_matching - Documentation for Ruby 4.0

    pattern_matching: checking the structure and binding the matched parts to local variables. case <expression> in <pattern1> .

  9. Ruby 3.4.5 Released - Ruby Programming Language

    Jul 15, 2025 · We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release. Ruby 3.4.6 is scheduled for September, 3.4.7 for …

  10. class Set - Documentation for Ruby 4.0

    class Set: Copyright (c) 2002-2024 Akinori MUSHA <knu@iDaemons. org> Documentation by Akinori MUSHA and Gavin Sinclair.