class Cucumber::MultilineArgument::DataTable::Cell

def to_sexp

For testing only
def to_sexp
  [:cell, @value]
end