RuboCop::Cop
Access modifiers should be surrounded by blank lines.
# File lib/rubocop/cop/style/empty_lines_around_access_modifier.rb, line 13 def on_send(node) return unless modifier_node?(node) return if empty_lines_around?(node) add_offense(node, :expression) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.