Method: NoSE::Plans::PlanStep#add_fields_from_index

Defined in:
lib/nose/plans.rb

#add_fields_from_index(index) ⇒ void

This method returns an undefined value.

Mark the fields in this index as fetched



42
43
44
# File 'lib/nose/plans.rb', line 42

def add_fields_from_index(index)
  @fields += index.all_fields
end