About 171,000 results
Open links in new tab
  1. Download Ruby

    Here you can get the latest Ruby distributions in your favorite flavor. The current stable version is 3.4.7. Please be sure to read Ruby’s License. Ways of ...

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

  4. Ruby Programming Language

    # Ruby knows what you # mean, even if you # want to do math on # an entire Array cities = %w[ London Oslo Paris Amsterdam Berlin ] visited = %w[Berlin Oslo] puts "I still need " + "to visit …

  5. Bahasa Pemrograman Ruby

    Ruby adalah... Bahasa pemrograman open source dinamis, mudah dimengerti dan produktif. Sintaks Ruby elegan, natural, mudah dibaca dan ditulis. Unduh Ruby atau Tentang Ruby...

  6. Ruby 3.3.8 Released - Ruby Programming Language

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

  7. Installing Ruby

    With package managers or third-party tools, you have plenty of options to install and manage Ruby. You may already have Ruby installed on your computer. You can check ...

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

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

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