Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created February 26, 2015 19:13
Show Gist options
  • Save ryanneufeld/b33d6fcbb8d9983c946b to your computer and use it in GitHub Desktop.
Save ryanneufeld/b33d6fcbb8d9983c946b to your computer and use it in GitHub Desktop.
def target_host_list()
hosts = []
targets.split(',').each { |host| hosts << host }
hosts
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment