interface Stringable
interface Stringable
lib/stringable.tya:2
Stringable provides the stringable standard library API.
Source
# Stringable provides the stringable standard library API.
interface Stringable
# to_s provides the stringable API operation.
# @return String the resulting value.
to_s: ->
Methods
to_s
Stringable.to_s()
lib/stringable.tya:5
to_s provides the stringable API operation.
Source
# to_s provides the stringable API operation.
# @return String the resulting value.
to_s: ->