From: Intransition Date: 2011-12-13T13:02:58+09:00 Subject: Didi you know? - Wirble Reverse ------=_Part_1198_27790215.1323748976010 Content-Type: multipart/alternative; boundary="----=_Part_1199_26006027.1323748976010" ------=_Part_1199_26006027.1323748976010 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Did you know Wirble is about a 1000x more helpful if you set `:history_uniq` to `:reverse`: # ~/.irbrc require 'wirble' Wirble.init(:history_uniq=>:reverse) Wirble.colorize Now what you type will remain closer to where you're at! Why isn't :reverse the default? I have no idea. I wish it were. But such is the nature of legacy decisions some times. Enjoy. ------=_Part_1199_26006027.1323748976010 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Did you know Wirble is about a 1000x more helpful if you set `:history_uniq` to `:reverse`:

    # ~/.irbrc
    require 'wirble'
    Wirble.init(:history_uniq=>:reverse)
    Wirble.colorize

Now what you type will remain closer to where you're at!

Why isn't :reverse the default? I have no idea. I wish it were. But such is the nature of legacy decisions some times.

Enjoy.
------=_Part_1199_26006027.1323748976010-- ------=_Part_1198_27790215.1323748976010--