Sha256: 012e1560338ef46d4e246f1e73e4de6a832742fddd96830cbb6e91204693ae20
Contents?: true
Size: 201 Bytes
Versions: 4
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true require 'bundler/setup' require 'polyphony' require 'httparty' timer = spin { throttled_loop(10) { STDOUT << '.' } } puts HTTParty.get('http://google.com/') timer.stop
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
polyphony-0.23 | examples/io/httparty.rb |
polyphony-0.22 | examples/io/httparty.rb |
polyphony-0.21 | examples/io/httparty.rb |
polyphony-0.20 | examples/io/httparty.rb |