master
This cops checks if empty lines exist around the bodies of methods. ### Example: # good def foo ... end # bad def bar ... end