File: container.rb

package info (click to toggle)
libgettext-ruby 1.7.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,892 kB
  • ctags: 1,198
  • sloc: ruby: 6,738; ansic: 67; makefile: 38; sql: 14; sh: 6
file content (23 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=begin
  gettext/erb.rb - Class-based container module for GetText 

  Copyright (C) 2005,2006  Masao Mutoh

  You may redistribute it and/or modify it under the same
  license terms as Ruby.

  $Id: container.rb,v 1.6 2006/06/11 15:36:20 mutoh Exp $
=end

require 'gettext'

<<<<<<< container.rb
module GetText
=======
module GetText 
>>>>>>> 1.6
  # Deprecated. You don't need this. Use GetText instead.
  module Container
    include GetText
  end
end