class RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
def message(node)
def message(node) case style when :around message_for_around_style(node) when :only_before message_for_only_before_style(node) end end
def message(node) case style when :around message_for_around_style(node) when :only_before message_for_only_before_style(node) end end