www.ruby-lang.org
www.ruby-lang.org copied to clipboard
Source of the https://www.ruby-lang.org website.
Add an `_includes` file which would add a banner to the top of every page (or possibly only the homepage), that would contain important/emergency announcements related to Ruby. Majority of...
https://github.com/ruby/www.ruby-lang.org/blob/dfa7e9d5249f065ef4cb3b1ae96772bfd54721e2/en/documentation/faq/1/index.md#L294
On https://www.ruby-lang.org/en/documentation/faq/8/ at the bottom under "What is the difference between include and extend?" the definition of extend is incorrect. extend adds methods to the class.
This statement looks wrong to me, It said a `A `def` statement outside of a class definition become private methods of class Object` that is not correct. I can call...
This is misleading: "that variable will be modified by the call to the block" The outer variable isn't mutated; they are different variables. The name points to one variable outside...
References: * #2784 * ea30540de7a08ad750fa08d13adcd70c6f6ed2a1
I think the intended https://rubylearning.com/ link is no more. Either the domain ownership might've expired and some other entity bought it, or https://rubylearning.com/ has shifted focus. If you follow the...
Hi, I have this issue explained here: https://stackoverflow.com/questions/71164059/ssl-connect-returned-1-errno-0-state-error-certificate-verify-failed-in-ruby-an Could you please help?