Flowdock
method

new

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: DatabaseGenerator
new() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/bin/generate_tables, line 29
        def initialize
          @ucd = Unicode::UnicodeDatabase.new

          default = Codepoint.new
          default.combining_class = 0
          default.uppercase_mapping = 0
          default.lowercase_mapping = 0
          @ucd.codepoints = Hash.new(default)
        end
Register or log in to add new notes.