You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
I'm not a fan of encoding type information in method names, since it leads to an explosion of methods as more supported types are added. I want to be able to write code like
and have the Config::File class make a best guess as to what type of file it's loading. If it makes the wrong guess, I should be able to explicitly specify type.
Config.load'config.properties',:type=>:java
The text was updated successfully, but these errors were encountered:
Per @fmitchell-r7's comment in #9 (#9 (comment)):
The text was updated successfully, but these errors were encountered: