class RuboCop::Cop::Style::EmptyLinesAroundModuleBody
end
end
…
def something
module Test
@example
the configuration.
This cops checks if empty lines around the bodies of modules match
def on_module(node)
def on_module(node) check(node) end
end
end
…
def something
module Test
@example
the configuration.
This cops checks if empty lines around the bodies of modules match
def on_module(node) check(node) end