Guest User

Untitled

a guest
Mar 6th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. proc = Proc.new { |options| options[:builder].instruct!(:xml-stylesheet, type=>'text/xsl', :href=>'something.xsl') }
  2. @foo.to_xml :procs => [proc]
Add Comment
Please, Sign In to add comment