lib/facet/string/chars.rb in facets-0.7.2 vs lib/facet/string/chars.rb in facets-0.9.0

- old
+ new

@@ -1,11 +2 @@ -class String - # Returns an array of characters. - # - # require 'facet/string/chars' - # - # "abc".chars #=> ["a","b","c"] - # - def chars - self.split(//) - end -end +require 'nano/string/chars.rb' \ No newline at end of file