rspec/rules/S1199/description.adoc

2 lines
262 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
Nested code blocks can be used to create a new scope and restrict the visibility of the variables defined inside it. Using this feature in a method typically indicates that the method has too many responsibilities, and should be refactored into smaller methods.