Closed claytono closed 10 years ago
Pre ruby-1.9 you could call "string".each and it would call the block once. Ruby 1.9 don't have an each method on the String class. Work around that by explicitly coaxing the forward_server and monitor_path arguments into arrays.
+1
Pre ruby-1.9 you could call "string".each and it would call the block once. Ruby 1.9 don't have an each method on the String class. Work around that by explicitly coaxing the forward_server and monitor_path arguments into arrays.