~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: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

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