avram icon indicating copy to clipboard operation
avram copied to clipboard

Avram::DeleteOperation(T) class doc doesn't document constructors

Open BrucePerens opened this issue 4 years ago • 0 comments

The class doc for Avram::DeleteOperation doesn't document its constructors. It should give:

#new(record : T, params : Avram::Paramable)
#new(record : T)

BrucePerens avatar Feb 10 '21 19:02 BrucePerens