Is there a computer science term for methods that answer a question (i.e. is_kind_of, not_nil?, isEmpty, etc...
is_kind_of
not_nil?
isEmpty
A method that returns only a true-or-false result is called a "predicate method".