root/trunk/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb
| Revision 7828, 342 bytes (checked in by bitsweat, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | #!/usr/bin/env ruby |
| 2 | |
| 3 | #-- |
| 4 | # Copyright 2004 by Jim Weirich (jim@weirichhouse.org). |
| 5 | # All rights reserved. |
| 6 | |
| 7 | # Permission is granted for use, copying, modification, distribution, |
| 8 | # and distribution of modified versions of this work as long as the |
| 9 | # above copyright notice is included. |
| 10 | #++ |
| 11 | |
| 12 | require 'builder/xmlmarkup' |
| 13 | require 'builder/xmlevents' |
Note: See TracBrowser for help on using the browser.