class TrueClass
  def &(other)
    other.is_a?(Unboolean::Maybe) ? other & self : !!(other)
  end