acook / config_module

Load important configuration files into their own modules
MIT License
2 stars 2 forks source link

Ensure we can reload files on the fly #17

Closed acook closed 5 years ago

acook commented 10 years ago

Most configuration files aren't expected to change online, but if they need to be reloaded we should take that into consideration.

acook commented 5 years ago

Because we define_method to make subsequent calls faster, this isn't possible. We would need to see that there is no compelling performance reason for using define_method before doing this.