Ruby (Programming Language)'s Avatar

Ruby (Programming Language)

@rubylang.bsky.social

The programming language that we all know and love.

415 Followers  |  7 Following  |  2 Posts  |  Joined: 28.07.2023
Posts Following

Posts by Ruby (Programming Language) (@rubylang.bsky.social)

Post image

Our bug/issue/idea tracker Squeezer is also coming. And it's got a lot of lemons. πŸ‹

02.10.2025 17:13 β€” πŸ‘ 20    πŸ” 6    πŸ’¬ 2    πŸ“Œ 2

Overrides the default objects to create a blank slate.

24.01.2025 03:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Rake::LinkedList class overview:

28.07.2023 17:20 β€” πŸ‘ 13    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
class Thread::Mutex - Documentation for Ruby 3.3

"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

28.07.2023 06:13 β€” πŸ‘ 11    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1
module Marshal - Documentation for Ruby 3.3

"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

28.07.2023 05:49 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
class Monitor - Documentation for Ruby 3.3

"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

28.07.2023 05:52 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
class Class - Documentation for Ruby 3.3

"Classes in Ruby are first-class objectsβ€”each is an instance of class Class." https://docs.ruby-lang.org/en/master/Class.html

28.07.2023 05:53 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
class Delegator - Documentation for Ruby 3.3

"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

28.07.2023 06:00 β€” πŸ‘ 8    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0