~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb

  • Committer: Michael Forrest
  • Date: 2010-10-15 16:28:50 UTC
  • Revision ID: michael.forrest@canonical.com-20101015162850-tj2vchanv0kr0dun
refrozeĀ gems

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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