builder.rb 342 B

12345678910111213
  1. #!/usr/bin/env ruby
  2. #--
  3. # Copyright 2004 by Jim Weirich (jim@weirichhouse.org).
  4. # All rights reserved.
  5. # Permission is granted for use, copying, modification, distribution,
  6. # and distribution of modified versions of this work as long as the
  7. # above copyright notice is included.
  8. #++
  9. require 'builder/xmlmarkup'
  10. require 'builder/xmlevents'