Method: RuboCop::Cop::Layout::SpaceAfterSemicolon#space_style_before_rcurly
- Defined in:
- lib/rubocop/cop/layout/space_after_semicolon.rb
#space_style_before_rcurly ⇒ Object
21 22 23 24 |
# File 'lib/rubocop/cop/layout/space_after_semicolon.rb', line 21 def space_style_before_rcurly cfg = config.for_cop('Layout/SpaceInsideBlockBraces') cfg['EnforcedStyle'] || 'space' end |