
Feature #20437: Could the licensing conditions be made less …
The Ruby License is a dual license with 2-clause BSDL and the "conditions below". Your proposal is the proposal to change the Ruby license and it won't be accepted.
Misc #16047: Reconsider impact of frozen_string_literal on ... - Ruby
I think one big reason for the magic comment was simply for compatibility, because with a hard change to defaulting to frozen strings, it would mean that lots of ruby code out there in the world would not …
extension - Documentation for Ruby 4.0
Most ruby C extensions are designed to support multiple Ruby versions. In order to correctly support Ruby 2.7+ in regards to keyword argument separation, C extensions need to use *_kw functions.
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 Modules Explore the …
Ruby 2.6.5 Released - Ruby Programming Language
Oct 1, 2019 · Ruby 2.6.5 has been released. This release includes security fixes. Please check the topics below for details. CVE-2019-16255: A code injection vulnerability of Shell# [] and Shell#test …
class String - Documentation for Ruby 4.0
In the simplest case, the dumped string contains the original string, enclosed in double-quotes; this example is done in irb (interactive Ruby), which uses method ‘inspect` to render the results:
class TCPSocket - Documentation for Ruby 3.4
Starting from Ruby 3.4, this method operates according to the Happy Eyeballs Version 2 (RFC 8305) algorithm by default, except on Windows. For details on Happy Eyeballs Version 2, see …
Feature #17391: How about removing File.exists? - Ruby
File.exists? has been deprecated since Ruby 2.1.0. I think the release of Ruby 3.0.0 might be a good time to remove it.
Bug #19920: Ruby 3.1 fails to build with --enable-shared on macos …
Ruby 3.1 fails to build with --enable-shared on macos-arm64: is an incompatible architecture (have 'arm64', need '') Added by Eregon (Benoit Daloze) almost 2 years ago. Updated over 1 year ago.
Feature #19325: YJIT: Windows support lacking. - Ruby
I'm a ruby programmer without much C experience, but as a challenge, I tried to figure out how to debug the ruby source code on windows. I think the easiest way to build is to use ruby-loco [1]. I managed …