file_resources_manager 1.0.1
Instead of having to constantly use YAML::load(File.read('some/dir/with/file_resources/database_blah.yml')) in every app you write, now you can simply use s = SettingsManager::settings('database');puts s["my_setting"] to get your file resources and the rest is automagically managed for you!
Gemfile:
=
安裝:
=
Development 相依性套件 (1):
yaml
>= 0