lib/rubygoods/string.rb in rubygoods-0.0.0.9 vs lib/rubygoods/string.rb in rubygoods-0.0.0.10
- old
+ new
@@ -26,9 +26,11 @@
str = ""
end
str = str + c.to_s
counter += 1
end
-
+ if str != ""
+ strs[pos] << str
+ end
return strs
end
end
\ No newline at end of file