Sha256: 9681102426882cb32e21518cc4292bb2bcbf17db989e3df2ea2200749a91d93e
Contents?: true
Size: 255 Bytes
Versions: 5
Compression:
Stored size: 255 Bytes
Contents
#encoding: utf-8 # YoudaoFanyi::Configuration.http_proxy = 'http://127.0.0.1:8118' module YoudaoFanyi Configuration = Struct.new( :api_keys, :http_proxy ).new( [{ "keyfrom" => "test.vkill.net", "key" => "1234567890" }], nil ) end
Version data entries
5 entries across 5 versions & 1 rubygems