Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created June 19, 2015 20:09
Show Gist options
  • Save anonymous/d646fbde0740a263ca32 to your computer and use it in GitHub Desktop.
Save anonymous/d646fbde0740a263ca32 to your computer and use it in GitHub Desktop.
<% if @idler_ignorelist.is_a?(Array) %>
<% @idler_ignorelist.each do |gear_to_idle| %>
<% name,guid,node = gear_to_idle.rpartition(':') %>
<% 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