Method: RestClientWrapper#wait
- Defined in:
- lib/cartocss_helper/util/rest-client_wrapper.rb
#wait ⇒ Object
49 50 51 52 53 54 55 |
# File 'lib/cartocss_helper/util/rest-client_wrapper.rb', line 49 def wait = ProgressBar.create 100.times do sleep 4 .increment end end |