class Cucumber::Core::Test::DataTable

def ==(other)

def ==(other)
  other.class == self.class && raw == other.raw
end