# File lib/mongoid/extensions/false_class/equality.rb, line 19 def is_a?(other) return true if other.name == "Boolean" super(other) end