# File lib/mofo/xfn.rb, line 27 def initialize(*args) super def relation.has?(value) is_a?(Array) ? include?(value) : self == value end end