About 125,000 results
Open links in new tab
  1. 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 ...

  2. index - Documentation for Ruby 4.0

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

  3. Community - Ruby Programming Language

    The community that grows up around a programming language is one of its most important strengths. Ruby has a vibrant and growing community that is friendly towards people of all skill …

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

  5. Ruby 3.5.0 preview1 Released | Ruby

    Apr 18, 2025 · We are pleased to announce the release of Ruby 3.5.0-preview1. Ruby 3.5 updates its Unicode version to 15.1.0, and so on.

  6. options - Documentation for Ruby 3.4

    Ruby Command-Line Options About the Examples Some examples here use command-line option -e, which passes the Ruby code to be executed on the command line itself: $ ruby -e …

  7. operators - Documentation for Ruby 4.0

    Operators In Ruby, operators such as +, are defined as methods on the class. Literals define their methods within the lower level, C language. String class, for example. Ruby objects can define …

  8. Recent News - Ruby Programming Language

    Nov 17, 2025 · The Transition of RubyGems Repository Ownership Dear Ruby community, Continue Reading... Posted by matz on 17 Oct 2025

  9. box - Documentation for Ruby 4.0

    Ruby Box - Ruby's in-process separation of Classes and Modules Ruby Box is designed to provide separated spaces in a Ruby process, to isolate applica

  10. building_ruby - Documentation for Ruby 4.0

    Building Ruby Dependencies Install the prerequisite dependencies for building the CRuby interpreter: C compiler For RubyGems, you will also need: OpenSSL 1.1.x or 3.0.x / LibreSSL …