Pattern: Malformed spacing around method body
Issue: -
This rule checks if empty lines exist around the bodies of methods.
# good
def foo
...
end
# bad
def bar
...
end
Pattern: Malformed spacing around method body
Issue: -
This rule checks if empty lines exist around the bodies of methods.
# good
def foo
...
end
# bad
def bar
...
end