From: Jean Privat Date: Sun, 29 Nov 2015 01:12:56 +0000 (-0500) Subject: core/text: Text::substrings is private X-Git-Tag: v0.8~62^2~6 X-Git-Url: http://nitlanguage.org?hp=616d70befaa740382f5bbf5d73cd8500a83fd33f core/text: Text::substrings is private Signed-off-by: Jean Privat --- diff --git a/lib/core/text/abstract_text.nit b/lib/core/text/abstract_text.nit index 64c22c0..e114d35 100644 --- a/lib/core/text/abstract_text.nit +++ b/lib/core/text/abstract_text.nit @@ -68,7 +68,7 @@ abstract class Text fun substring(from: Int, count: Int): SELFTYPE is abstract # Iterates on the substrings of self if any - fun substrings: Iterator[FlatText] is abstract + private fun substrings: Iterator[FlatText] is abstract # Is the current Text empty (== "") #