class ActiveRecord::FixtureSet::TableRow

def interpolate_label

Experimental RBS support (using type sampling data from the type_fusion project).

def interpolate_label: () -> untyped

This signature was generated using 1 sample from 1 application.

def interpolate_label
  # interpolate the fixture label
  @row.each do |key, value|
    @row[key] = value.gsub("$LABEL", @label.to_s) if value.is_a?(String)
  end
end