Stateless singleton that reify to the to_s method.

assert fun_to_s.apply(5)  == "5"

Property definitions

pipeline :: pipeline $ Sys :: fun_to_s
# Stateless singleton that reify to the `to_s` method.
#
#     assert fun_to_s.apply(5)  == "5"
fun fun_to_s: Function[Object, String] do return once new FunctionToS
lib/pipeline/pipeline.nit:543,1--546,69