Module: RuboCop::Cop::Layout::EmptyLinesAroundBody

Overview

Common functionality for checking if presence/absence of empty lines around some kind of body matches the configuration.

Constant Summary collapse

MSG_EXTRA =
'Extra empty line detected at %<kind>s body %<location>s.'
MSG_MISSING =
'Empty line missing at %<kind>s body %<location>s.'
MSG_DEFERRED =
'Empty line missing before first %<type>s definition'

Method Summary

Methods included from ConfigurableEnforcedStyle

#alternative_style, #alternative_styles, #ambiguous_style_detected, #correct_style_detected, #detected_style, #detected_style=, #no_acceptable_style!, #no_acceptable_style?, #opposite_style_detected, #style, #style_configured?, #style_detected, #style_parameter_name, #supported_styles, #unexpected_style_detected