Guest User

Untitled

a guest
Jul 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <foo>
  2. <bar @mike="hi">
  3. <ug>what</ug>
  4. <ug>who</ug>
  5. </bar>
  6. </foo>
  7.  
  8. > foo.bar.mike # = "hi"
  9. > foo.bar.ug # = ["what", "who]
  10. > foo.bar.ug[0] # = "what"
Add Comment
Please, Sign In to add comment