Method: ClassSource::Index#initialize
- Defined in:
- lib/class_source/index.rb
#initialize(target_class, options = {}) ⇒ Index
Returns a new instance of Index.
6 7 8 9 |
# File 'lib/class_source/index.rb', line 6 def initialize(target_class, = {}) @target_class = target_class = end |