Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ruby-1.8.7-p302 :001 > xml = Builder::XmlMarkup.new
  2. => <inspect/>
  3. ruby-1.8.7-p302 :002 > xml.send :foo, "bar"
  4. => "<inspect/><send:foo>bar</send:foo>"
Add Comment
Please, Sign In to add comment