Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / builder-2.1.2 / builder / blankslate.rb
1 #!/usr/bin/env ruby
2 #--
3 # Copyright 2004, 2006 by Jim Weirich (jim@weirichhouse.org).
4 # All rights reserved.
5
6 # Permission is granted for use, copying, modification, distribution,
7 # and distribution of modified versions of this work as long as the
8 # above copyright notice is included.
9 #++
10
11 require 'blankslate'
12
13 ######################################################################
14 # BlankSlate has been promoted to a top level name and is now
15 # available as a standalone gem. We make the name available in the
16 # Builder namespace for compatibility.
17 #
18 module Builder
19 BlankSlate = ::BlankSlate
20 end