As I'm on vacation, I took a couple days to put together an idea I've had bumping around in the back of my head for a while. What if you could write pure ruby methods and ask an llm to figure out all the implementation details to return the response to any method call?
The library leans hard on ruby's magical (hence the name) `method_missing` which has always impressed me with its simple cleverness.
This is my first open source project, so please leave feedback and be kind.
pcarolan•1h ago
The library leans hard on ruby's magical (hence the name) `method_missing` which has always impressed me with its simple cleverness.
This is my first open source project, so please leave feedback and be kind.
Many thanks in advance,
:Pat