# File lib/email_spec/address_converter.rb, line 24
    def convert(input)
      return input unless converter
      converter.call(input)
    end