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

Version Path
facets-2.9.1 test/core/string/test_each_char.rb
facets-2.9.0 test/core/string/test_each_char.rb
facets-2.9.0.pre.2 test/core/string/test_each_char.rb
facets-2.9.0.pre.1 test/core/string/test_each_char.rb