module Dotenv::Substitutions::Variable

Substitute variables in a value.

HOST=example.com
URL="https://$HOST"