Method: RuboCop::Cop::Lint::ItWithoutArgumentsInBlock#deprecated_it_method?
- Defined in:
- lib/rubocop/cop/lint/it_without_arguments_in_block.rb
#deprecated_it_method?(node) ⇒ Boolean
44 45 46 |
# File 'lib/rubocop/cop/lint/it_without_arguments_in_block.rb', line 44 def deprecated_it_method?(node) !node.receiver && node.arguments.empty? && !node.parenthesized? && !node.block_literal? end |