Closed metaskills closed 5 months ago
If you were to print out the full ENV object in Ruby it would not show the resolved values because we patch into getenv only which comes into play when you use ENV#[]. The same might be true in other languages.
ENV
getenv
ENV#[]
If you were to print out the full
ENV
object in Ruby it would not show the resolved values because we patch intogetenv
only which comes into play when you useENV#[]
. The same might be true in other languages.