Class: RuboCop::Cop::Memosa::MethodSignature
- Inherits:
-
Base
- Object
- Base
- RuboCop::Cop::Memosa::MethodSignature
- Defined in:
- lib/rubocop/cop/memosa.rb
Overview
This cop checks for memoized methods that accept arguments or yield.
Constant Summary collapse
- MSG =
"Memoized methods should not accept arguments or yield"