From 433f545f7df85cf4f172131ab48ecf3bca57ff5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 3 Oct 2024 09:51:47 +0200 Subject: [PATCH] Remove Ruby slide --- index.html | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/index.html b/index.html index c453021..7e3586f 100644 --- a/index.html +++ b/index.html @@ -395,31 +395,6 @@

Metaprogramming: def

-
-
-

API gotchas

- -
    -
  • #includes? instead of #include?
  • - -
  • Only #reduce, no #inject
  • -
  • Only #size, no #length
  • - - -
- - -
-

Concurrency