On Mon, Aug 10, 2009 at 9:20 PM, Joel VanderWerf<vjoel / path.berkeley.edu> wrote: > Joel VanderWerf wrote: >> >> Harry Kakueki wrote: >>> >>> h = Hash[*(shellwords(source.gsub("="," ")))] >> >> source.gsub(/^([^=]+)=/) {$1} > > sorry, should be: > > source.gsub(/^([^=]+)=/) {$1 + " "} > > -- > ¨Βκοεμ Κοεμ ΦαξδεςΧεςζ πατθ βεςλεμεω εδµ±¶¶³΄°· > > I was just wondering, should we not refuse to use ^ for the beginning of a string ( even knowing it is a line )? I personally have abandoned ^ for \A for quite some time now. Is nobody going to follow ;). Just my 0.03( yeah inflation ) R. -- module Kernel alias_method : :lambda end