Method: Chicago::Database::IndexGenerator#initialize
- Defined in:
- lib/chicago/database/index_generator.rb
#initialize(table) ⇒ IndexGenerator
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of IndexGenerator.
4 5 6 |
# File 'lib/chicago/database/index_generator.rb', line 4 def initialize(table) @table = table end |