Mini Ruby DSL Template
Spawning quick DSLs for fun and profit is super easy with Ruby. This toy is a template for stealing for something useful.
Spawning quick DSLs for fun and profit is super easy with Ruby. This toy is a template for stealing for something useful.
Find out where the source of a method is defined
If currying is a way to partially execute a function, here's how Ruby handles it
I have to look this up every single time I want to do this: let's grab a reference to a Ruby method so we can pass it around
Ruby's def for method creation is a statement. This means it returns a value and you can use it to do interesting things
Filed in the interesting but don't use category of fun Ruby things, but method arguments can be tuples
The Enumerable module is a source of wonder and crammed with so many useful methods
Everything is Docker with lots of .env variables I need exported into the current shell environment