What's the quickest way to delete the entire foo method, given your cursor position:
foo
def baz qux end def foo bar end def blag blarg end
dap gets it done in three keystrokes.
dap
d
ap
:h ap describes the "a paragraph" text object.
:h ap