This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ufuk Kayserilioglu
ufuk.dev
did:plc:hwr2xtsdnnxd6imzdhlihesm
That's great. Let me give a few examples from core/stdlib then:
Numeric#infinite? -> nil, -1, or 1
Numeric#nonzero? -> self or nil
Set#add? -> self or nil
Set#delete? -> self or nil
Predicates are used to return more than a simple boolean result. You can use them as: `if (x = foo.pred?); x; end`
2024-12-10T15:57:11.464Z