Module Dotenv::Substitutions::Variable
In: lib/dotenv/substitutions/variable.rb

Methods

call  

Constants

VARIABLE = / (\\)? (\$) ( # collect braces with var for sub \{? # allow brace wrapping ([A-Z0-9_]+) # match the variable \}? # closing brace ) /xi

Public Class methods

[Validate]