Guest User

Untitled

a guest
Jul 13th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. html_attr_string = html_attr.each.inject('') { |memo, attribute|
  2. memo << " #{attribute[0]}"
  3. if attribute[1]
  4. memo << "=\"#{attribute[1]}\""
  5. end
  6. }
Advertisement
Add Comment
Please, Sign In to add comment