# File lib/cucumber/wire_support/wire_protocol/requests.rb, line 68 def handle_diff!(tables) table1 = Ast::Table.new(tables[0]) table2 = Ast::Table.new(tables[1]) table1.diff!(table2) end