Ruby (Programming Language)
banner
rubylang.bsky.social
Ruby (Programming Language)
@rubylang.bsky.social
The programming language that we all know and love.
Reposted by Ruby (Programming Language)
Our bug/issue/idea tracker Squeezer is also coming. And it's got a lot of lemons. 🍋
October 2, 2025 at 5:14 PM
Reposted by Ruby (Programming Language)
Rake::LinkedList class overview:
July 28, 2023 at 5:20 PM
"Thread::Mutex implements a simple semaphore that can be used to coordinate access to shared data from multiple concurrent threads." https://docs.ruby-lang.org/en/master/Delegator.html
class Thread::Mutex - Documentation for Ruby 3.3
docs.ruby-lang.org
July 28, 2023 at 6:13 AM
Reposted by Ruby (Programming Language)
"The marshaling library converts collections of Ruby objects into a byte stream, allowing them to be stored outside the currently active script. This data may subsequently be read and the original objects reconstituted." https://docs.ruby-lang.org/en/master/Marshal.html
module Marshal - Documentation for Ruby 3.3
docs.ruby-lang.org
July 28, 2023 at 5:49 AM
Reposted by Ruby (Programming Language)
"Use the Monitor class when you want to have a lock object for blocks with mutual exclusion." https://docs.ruby-lang.org/en/master/Monitor.html
class Monitor - Documentation for Ruby 3.3
docs.ruby-lang.org
July 28, 2023 at 5:52 AM
Reposted by Ruby (Programming Language)
"Classes in Ruby are first-class objects—each is an instance of class Class." https://docs.ruby-lang.org/en/master/Class.html
class Class - Documentation for Ruby 3.3
docs.ruby-lang.org
July 28, 2023 at 5:53 AM
Reposted by Ruby (Programming Language)
"the top level DelegateClass method allows you to easily setup delegation through class inheritance. This is considerably more flexible and thus probably the most common use for this library." https://docs.ruby-lang.org/en/master/Delegator.html
class Delegator - Documentation for Ruby 3.3
docs.ruby-lang.org
July 28, 2023 at 6:00 AM