class Cucumber::Ast::Table

def index(cells) #:nodoc:

:nodoc:
def index(cells) #:nodoc:
  cells_rows.index(cells)
end