From: eregontp@... Date: 2016-02-24T17:18:34+00:00 Subject: [ruby-core:73965] [Ruby trunk Bug#12108][Rejected] Splitting an empty string returns an empty array Issue #12108 has been updated by Benoit Daloze. Status changed from Open to Rejected ---------------------------------------- Bug #12108: Splitting an empty string returns an empty array https://bugs.ruby-lang.org/issues/12108#change-57118 * Author: Tsuyoshi Sawada * Status: Rejected * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- Splitting an empty string returns an empty array. ~~~RUBY "".split("") # => [] "".split("a") # => [] "".split(//) # => [] "".split(/a/) # => [] ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: