W3cubDocs

/Pony

EnvVars

[Source]

primitive val EnvVars

Constructors

create

[Source]

new val create()
: EnvVars val^

Returns

Public Functions

apply

[Source]

Turns an array of strings that look like environment variables, ie key=value, into a map from string to string.

fun box apply(
  from: Array[String val] val)
: HashMap[String val, String val, HashEq[String val] val] val

Parameters

Returns

eq

[Source]

fun box eq(
  that: EnvVars val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: EnvVars val)
: Bool val

Parameters

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/options-EnvVars