RuboCop::Cop
This cop checks for uses of and and or.
# File lib/rubocop/cop/style/and_or.rb, line 13 def on_and(node) process_logical_op(node) end
# File lib/rubocop/cop/style/and_or.rb, line 17 def on_or(node) process_logical_op(node) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.