About 162,000 results
Open links in new tab
  1. Ruby Programming Language

    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. Download Ruby …

  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. Installing Ruby

    If you cannot compile your own Ruby, and you do not want to use a third-party tool, you can use your system’s package manager to install Ruby. Some members of the Ruby community feel …

  4. Ruby 3.3.0 Released - Ruby Programming Language

    Dec 25, 2023 · 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 …

  5. Documentation for Ruby

    Ruby 3.1 (End of Support 2025-04) Ruby 3.0 (End of Support 2024-04) Ruby 2.7 (End of Support 2023-04) Ruby 2.6 (End of Support 2022-04) Ruby 2.5 (End of Support 2021-04) Ruby 2.4 …

  6. Documentation for Ruby 3.3

    Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system …

  7. class Regexp - Documentation for Ruby 4.0

    Identical regexp can or cannot run in linear time depending on your ruby binary. Neither forward nor backward compatibility is guaranteed about the return value of this method.

  8. exceptions - Documentation for Ruby 4.0

    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 handled.

  9. Security - Ruby Programming Language

    Oct 2, 2005 · If you have found an issue that affects a specific Ruby community’s gem, follow the instructions on RubyGems.org. To get in touch with the security team directly outside of …

  10. class Struct - Documentation for Ruby 3.5

    class Struct: Class \Struct provides a convenient way to create a simple class that can store and fetch values. tt>; the first argument, a string, is the name of th