
Ruby Programming Language
Ruby has a vast collection of libraries called gems, supporting everything from web development to data processing. With mature frameworks like Rails and comprehensive toolchains, you can …
Download Ruby | Ruby
See the Installation page for details on building Ruby from source. If you have an issue compiling Ruby, consider using one of the third party tools mentioned above.
Ruby 4.0.0 Released | Ruby - Ruby Programming Language
Dec 25, 2025 · Ruby was first developed by Matz (Yukihiro Matsumoto) in 1993, and is now developed as Open Source. It runs on multiple platforms and is used all over the world …
index - Documentation for Ruby 4.1
Ruby Documentation Welcome to the official Ruby programming language documentation. Getting Started New to Ruby? Start with our Getting Started Guide. Core Classes and …
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 …
Ruby 3.5.0 preview1 Released | Ruby - Ruby Programming Language
Apr 18, 2025 · Ruby was first developed by Matz (Yukihiro Matsumoto) in 1993, and is now developed as Open Source. It runs on multiple platforms and is used all over the world …
Ruby 3.4.5 Released | Ruby - 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 …
Ruby 3.3.9 Released | Ruby - Ruby Programming Language
Jul 24, 2025 · Ruby 3.3.9 has been released. This release includes the following security fix of default gems: CVE-2025-24294: Possible Denial of Service in resolv gem and the following …
class Hash - Documentation for Ruby 4.1
person = {name: 'Matz', language: 'Ruby'} person # => {name: "Matz", language: "Ruby"} You can use a hash to give names to method arguments:
Ruby 3.4.4 Released | Ruby - Ruby Programming Language
May 14, 2025 · We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release. Following this release (3.4.4), Ruby 3.4.5 is …