core :: Text :: empty
This method is used internally to get the right implementation of an empty string.
# Returns an empty Text of the right type # # This method is used internally to get the right # implementation of an empty string. protected fun empty: SELFTYPE is abstract
redef fun empty do return ""
redef fun empty do return "".as(FlatString)
redef fun empty do return new Buffer