Methods that return a boolean result are typically named with a ending question mark.
For example:
def active?
return true #just always returning true
end