string_as_array.rb

Path: lib/facets/core/string_as_array.rb
Last Update: Sat Dec 08 02:02:17 +0000 2007

The ideas here is to have string be polymorphic as an array of characters. While not 100% it is nearly so (getting there).

  "123".pop # => "12"

Required files

facets/core/string/at   facets/core/string/pop   facets/core/string/push   facets/core/string/shift   facets/core/string/unshift   facets/core/string/pot  

[Validate]