David Albert wrote: > =begin > ... vi mode uses an escape character to exit insert mode, enter command mode. ANSI terminals send escape sequences (Escape [ <letter>) for arrow keys. vi and vim resolve this by using short timeouts; if ...cjheath (Clifford Heath)
On 24/07/2012, at 2:20 AM, trans (Thomas Sawyer) wrote: > If so, long ago it was suggested Hash#[] support multiple keys: > > name, last = john[[:name, :last]]
On 27/06/2012, at 4:35 PM, nobu (Nobuyoshi Nakada) wrote: > headius (Charles Nutter) wrote: >> Finalizers in JRuby are stored on a reference from the object itself, so they don't actually prevent the object from collecting. > > You...cjheath (Clifford Heath)
I've implemented Twister, a new mutation testing tool to replace Heckle. It relies on a new hook into the Ruby parser, in order to modify what the parser thinks it has seen.
On 29/03/2012, at 8:40 AM, MartinBosslet (Martin Bosslet) wrote: > Right, good point. OK, then let me rephrase it for explicitly calling store. ... > That way I can check for collisions in one pass without having to call has_key? fir...cjheath (Clifford Heath)
On 16/02/2012, at 12:28 PM, Charles Oliver Nutter wrote:
> On Sun, Feb 5, 2012 at 12:25 AM, Kurt Stephens <redmine@ruby-lang.org> wrote: >> True, CRuby Symbols are not collected. However, in general, this is not required for every...cjheath (Clifford Heath)