Module: RuboCop::Cop
- Defined in:
- lib/standard/cop/block_single_line_braces.rb
Overview
Check for uses of braces around single line blocks, but allows either braces or do/end for multi-line blocks.
Defined Under Namespace
Modules: Standard
Check for uses of braces around single line blocks, but allows either braces or do/end for multi-line blocks.
Modules: Standard