class Cucumber::Messages::DataTable

def initialize(

def initialize(
  location: Location.new,
  rows: []
)
  @location = location
  @rows = rows
end