class Cucumber::Core::Ast::ExamplesTable::Row

def inspect

def inspect
  "#<#{self.class}: #{@data.inspect} (#{location})>"
end