# File lib/typhoeus/easy.rb, line 117
    def interface=(interface)
      @interface = interface
      set_option(OPTION_VALUES[:CURLOPT_INTERFACE], interface)
    end