delete_if(&block)
Instance Public methods
The provided block
is passed a header and field for each pair
in the row and expected to return true
or false
,
depending on whether the pair should be deleted.
This method returns the row for chaining.
Please login to continue.