About 181,000 results
Open links in new tab
  1. Ruby Releases

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

  2. Ruby 3.4.0 Released - Ruby Programming Language

    Posted by naruse on 25 Dec 2024 We are pleased to announce the release of Ruby 3.4.0. Ruby 3.4 adds it block parameter reference, changes Prism as default parser ...

  3. Ruby 3.3.5 Released

    Sep 3, 2024 · Release Comment Many committers, developers, and users who provided bug reports helped us make this release. Thanks for their contributions.

  4. class Regexp - Documentation for Ruby 3.5

    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 …

  5. Ruby 3.4.4 Released - Ruby Programming Language

    Posted by k0kubun on 14 May 2025 Ruby 3.4.4 has been released. This release includes a fix for a YJIT bug related to local variables and addresses a build issue on Windows when using …

  6. 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 …

  7. namespace - Documentation for Ruby 3.5

    Namespace - Ruby’s in-process separation of Classes and Modules Namespace is designed to provide separated spaces in a Ruby process, to isolate applications and libraries. Known …

  8. Ruby Programming Language

    5 days ago · Ruby is... A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write ...

  9. Ruby 3.2.8 Released - Ruby Programming Language

    Mar 26, 2025 · Release Comment Many committers, developers, and users who provided bug reports helped us make this release. Thanks for their contributions.

  10. TryRuby playground

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