Class: CsvBlueprints::Plan::StandardRow

Inherits:
Object
  • Object
show all
Defined in:
lib/csv_blueprints/plan.rb

Direct Known Subclasses

CustomizedRow

Instance Method Summary collapse

Instance Method Details

#values_for(index, blueprint) ⇒ Object



4
5
6
# File 'lib/csv_blueprints/plan.rb', line 4

def values_for(index, blueprint)
  blueprint.default_values(index)
end