Skip to content

Instantly share code, notes, and snippets.

@boris
Created November 22, 2012 23:59
Show Gist options
  • Save boris/4133380 to your computer and use it in GitHub Desktop.
Save boris/4133380 to your computer and use it in GitHub Desktop.
<% @hosts.keys.sort.each do |fqdn| %>
<%= @hosts[fqdn][:ipaddress] %> <%= fqdn %> <%= @hosts[fqdn][:hostname] %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment