lib/baran/character_text_splitter.rb in baran-0.1.8 vs lib/baran/character_text_splitter.rb in baran-0.1.9
- old
+ new
@@ -12,6 +12,6 @@
def splitted(text)
splits = separator.empty? ? text.chars : text.split(separator)
merged(splits, @separator)
end
end
-end
\ No newline at end of file
+end