RuboCop::Cop
This cop makes sure that predicates are named properly.
@example
# bad def is_even?(value) ... # good def even?(value) # bad def has_value? ... # good def value? ...
[Validate]
Generated with the Darkfish Rdoc Generator 2.