Sha256: 3e6f4a56ef17049b9de6317b3c3624cfbe75e2c93fcecaa8f644a6c0ea422af0
Contents?: true
Size: 180 Bytes
Versions: 4
Compression:
Stored size: 180 Bytes
Contents
covers 'facets/string/each_char' testcase String do unit :each_char do a = [] i = "this" i.each_char{ |w| a << w } a.assert == ['t', 'h', 'i', 's'] end end
Version data entries
4 entries across 4 versions & 1 rubygems