Sha256: 19a0d47ec5be359899fa7c32c9cff6a7c5e8dfbd8d24d994f22ba26122049566

Contents?: true

Size: 144 Bytes

Versions: 7

Compression:

Stored size: 144 Bytes

Contents

== String#each_char

  require 'facets/string/each_char'

  a = []
  i = "this"
  i.each_char{ |w| a << w }
  a.assert == ['t', 'h', 'i', 's']

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
facets-3.0.0 demo/core/string/each_char.rdoc
facets-2.9.3 qed/core/string/each_char.rdoc
facets-2.9.2 qed/core/string/each_char.rdoc
facets-2.9.1 qed/core/string/each_char.rdoc
facets-2.9.0 qed/core/string/each_char.rdoc
facets-2.9.0.pre.2 qed/core/string/each_char.rdoc
facets-2.9.0.pre.1 qed/core/string/each_char.rdoc