This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Stefanni Brasil
stefannibrasil.me
did:plc:i7s63chxxci26jw5nad3eo2r
Useful trick when you want to share a #ruby snippet, get feedback, etc:
You can write the tests in the same file as your code. The code works as expected, and running it by its file name executes the tests (`ruby greet.rb`, in this case).
Got it from @skillstopractice.com's Ruby Best Practices :)
2025-12-02T00:28:10.233Z