Method: Steep::Errors::ElseOnExhaustiveCase#to_s

Defined in:
lib/steep/errors.rb

#to_sObject



460
461
462
# File 'lib/steep/errors.rb', line 460

def to_s
  "#{location_to_str}: ElseOnExhaustiveCase: type=#{type}"
end