WebMock.disable_net_connect!(allow: [ lambda{|uri| uri.host.length % 2 == 0 }, /ample.org/, 'bbc.co.uk', ]) RestClient.get('www.example.org', ...
確定! 回上一頁