Re: [jruby-dev] Singleton object with instance_exec

2012-07-08 Thread Maksym Parkachov
Hi guys, thanks for all suggestions. >> myLongListNameIDontWantToRepeat.tap do |l| >> l.psize >> l.add 10 >> l.psize >> ... >> end > > I was going to suggest #tap myself, but I realized it's not as "bare" > as instance_eval/exec. Yep, the instance_exec version is bit better, but I think

[jruby-dev] [jira] (JRUBY-6764) Ascii or UTF-8 Encoding ascii substrings that originated from binary string causes an exception to be thrown.

2012-07-08 Thread John Shahid (JIRA)
John Shah

[jruby-dev] [jira] (JRUBY-6765) at_exit blocks are not being run when running embedded

2012-07-08 Thread Trejkaz (JIRA)
Trejkaz

[jruby-dev] [jira] (JRUBY-6766) --profile slows down Array#join , which distorts profiling results

2012-07-08 Thread Andrew Grimm (JIRA)
Andrew Gr