On Mon, Jul 21, 2014 at 10:40 AM, <jxf+ruby@jxf.me> wrote:
> Here's my thoughts on this: every other Ruby method I can think of named > `#join` works by concatenating its arguments together with a separator > (possibly with some ad...avdi (Avdi Grimm)
There are a number of reasons I use them, but the most obvious is that a misspelled accessor method will raise NoMethod error, whereas a misspelled @ivar reference will silently return nil. -- Avdi Grimm http://avdi.org I only...avdi (Avdi Grimm)
I've been digging into this feature now that 2.1 is released, and I'm a little confused. In the final implementation, can #cause only be set from $!? None of the other methods for setting the cause discussed in this thread seem to...avdi (Avdi Grimm)
On Sat, Nov 9, 2013 at 4:18 PM, sikachu (Prem Sichanugrist) <s@sikac.hu> wrote:
I've been using here document (heredoc) for a while, and I've found out > that it's very annoying that the content is always treated as flushed lef...avdi (Avdi Grimm)
On Fri, Sep 27, 2013 at 6:59 AM, headius (Charles Nutter) < headius@headius.com> wrote:
> I propose adding MutexedDelegator as a simple way to wrap any object with > a thread-safe wrapper, via existing delegation logic in deleg...avdi (Avdi Grimm)