shorts Ruby 3.2.0 Set

22 Dec 2022
Do you want to learn about about the security considerations of LLMs in a development workflow? How about securing LLM driven functionality? If you want to learn about these, I run an online workshop on this topic:
Security in the age of AI.
In Ruby 3.2.0, Set is now available as a builtin class without the need to use require "set"1
And if you don't know what a Set is, it is a collection data structure of unordered values without duplicates.

Or follow me on Twitter

Related posts