Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / builder-2.1.2 / builder.rb
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'