diff options
author | pommicket <pommicket@gmail.com> | 2025-09-07 17:42:22 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-07 17:42:22 -0400 |
commit | db858f2e835556aa53249c75d34168d05920958d (patch) | |
tree | 5ef5a37242c672e341af65a92cc94e924774d6d2 /site | |
parent | 368dbbfc70b160418dd92027edce0715bf4dbafa (diff) |
Add load_string to spec
Diffstat (limited to 'site')
-rw-r--r-- | site/spec.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/spec.html b/site/spec.html index 362d9f4..4eb9daf 100644 --- a/site/spec.html +++ b/site/spec.html @@ -521,6 +521,10 @@ which contains a key <i>x</i> matching <i>j</i><code>.*</code> must also contain Load a configuration from a file. </li> <li> + <code>load_string(string: String) -> Configuration</code><br> + Load a configuration from a string. + </li> + <li> <code>load_path(path: String) -> Configuration</code><br> Convenience function for loading by path (may be overloaded with <code>load</code> if language supports it). </li> |