These are just a bunch of random single file library's I wrote to use in various projects, some might eventually be turned into full gem based libraries.
- node.rb - a library for creating node based trees
- config_loader.rb - a library for loading a config from a file and ensuring it's written back to the file before the app exits
- state_machine.rb - a library for creating state machines
- country.rb - a libary for converting between country codes
- curb_dsl.rb - a library for turning curb into a dsl
- snake_case.rb - a lirbrary for monkeypatching a method to the
String
class that converts camel_case to SnakeCase