# File lib/tins/if_predicate.rb, line 3
    def if?
      self ? self : nil
    end