Rubocop --auto-correct syntax fixups

This commit is contained in:
Scott Schneider 2015-02-06 11:06:51 -08:00
parent c937a11f29
commit b3a4f9c0a6
7 changed files with 286 additions and 314 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
$:.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rubygems' unless defined?(Gem)
require 'lib/vmpooler'
@ -11,4 +11,3 @@ Thread.new { Vmpooler::PoolManager.new.execute! }
loop do
sleep(10)
end