Synopsis:
generators g -- returns a matrix whose columns are the generators of the Groebner basis.
Code:
-- ../../../Macaulay2/m2/gb.m2:197-199 generators GroebnerBasis := Matrix => (g) -> ( sendgg(ggPush g, gggetgb); getMatrix ring g)