Ruby (Programming Language)

Ruby (Programming Language)

@rubylang.bsky.social

The programming language that we all know and love.

417 Followers 7 Following 2 Posts Joined Jul 2023
5 months ago
Post image

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

20 6 2 2
1 year ago

Overrides the default objects to create a blank slate.

0 0 0 0
2 years ago
Post image

Rake::LinkedList class overview:

13 2 1 0
2 years ago
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

11 0 0 1
2 years ago
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

7 1 0 0
2 years ago
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

6 1 1 0
2 years ago
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

5 1 0 0
2 years ago
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

8 1 0 0