class Cucumber::Core::Ast::DataTable

def col_width(col) #:nodoc:

:nodoc:
def col_width(col) #:nodoc:
  columns[col].__send__(:width)
end