Method: Module::ConjunctiveType#to_s

Defined in:
lib/composite_type.rb

#to_sObject



140
141
142
# File 'lib/composite_type.rb', line 140

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