Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <% %w{parentdir packagesfile partitionsfile hardwarefile}.each do |v|
  2. if send(v)
  3. -%><%= v + ' = ' + send(v) + "\n" %><%
  4. end
  5. end -%>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement