class ActiveRecord::FixtureSet::TableRow

def initialize(fixture, table_rows:, label:, now:)

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

def initialize: (ActiveRecord::Fixture fixture, table_rows: ActiveRecord::FixtureSet::TableRows, label: String, now: Time) -> void

This signature was generated using 1 sample from 1 application.

def initialize(fixture, table_rows:, label:, now:)
  @table_rows = table_rows
  @label = label
  @now = now
  @row = fixture.to_hash
  fill_row_model_attributes
end