I want to write opal library to provide nicer interface to some native javascript I have to use. However, I have no idea where to start. I have some of the stuff wrapped in my current code, but dunno how to make it into separate "module" or what term doesn't opal use.
What is common blueprint to start such a thing? Or should I just dig through opal-browser
and figure it out from there?