Method: Octopress::Deploy::S3#progress
- Defined in:
- lib/octopress-deploy/s3.rb
#progress(str) ⇒ Object
Print consecutive characters
254 255 256 257 |
# File 'lib/octopress-deploy/s3.rb', line 254 def progress(str) print str $stdout.flush end |