# File raggle, line 4746 def Engine::expand_str(str) if str && str =~ /\$\{(.+?)\}/ str.gsub(/\$\{(.+?)\}/) { $config[$1] } else str end end