Skip to content

Instantly share code, notes, and snippets.

Created June 19, 2015 20:18
Show Gist options
  • Save anonymous/8bc3e776b622edc8a3cd to your computer and use it in GitHub Desktop.
Save anonymous/8bc3e776b622edc8a3cd to your computer and use it in GitHub Desktop.
<% if @idler_ignorelist.is_a?(Array) %>
<% @idler_ignorelist.each do |gear_to_idle| %>
<% name,guid,district = gear_to_idle.split(":") %>
<% if @hostname == node %>
<%= guid %>
<% end %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment