Hi,
In message """.split(//,2) different between 1.6 and 1.8"
on 03/08/08, Aron Griffis <ruby-talk / griffis1.net> writes:
|And when using Ruby 1.8, I get the following instead:
|
| irb(main):007:0> "".split(//,2)
| => []
|
|Is this intentional?
Yes. I consider it was a bug.
matz.