Method: Module::NegativeType#to_s

Defined in:
lib/composite_type.rb

#to_sObject



169
170
171
# File 'lib/composite_type.rb', line 169

def to_s
  @to_s ||= "(~#{@_t[0]})".freeze
end