Advertisement · 728 × 90

Posts by Ruby & Rails

lol

1 year ago 0 0 0 0
Post image

Rake::LinkedList class overview:

2 years ago 13 2 1 0
Post image

Rake::LinkedList class overview:

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

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

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

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

2 years ago 7 1 0 0