Libraries
»
composite_type
(0.2.2)
»
Index
»
Module
»
NegativeType
»
#to_s
Method: Module::NegativeType#to_s
Defined in:
lib/composite_type.rb
#
to_s
⇒
Object
169 170 171
# File 'lib/composite_type.rb', line 169
def
to_s
@to_s
||=
"(~#{@_t[0]})"
.
freeze
end