lib/dldinternet/mixlib/thor/no_commands.rb in dldinternet-mixlib-thor-nocommands-0.2.0 vs lib/dldinternet/mixlib/thor/no_commands.rb in dldinternet-mixlib-thor-nocommands-0.2.1

- old
+ new

@@ -63,9 +63,10 @@ end begin ini = ::IniFile.load(@options[:inifile]) ini['global'].each{ |key,value| @options[key.to_s]=value + ENV[key.to_s]=value } def _expand(k,v,regex,rerun) matches = v.match(regex) if matches var = matches[1] \ No newline at end of file