# File lib/net/ldap/filter.rb, line 235 235: def coalesce operator 236: if @op == operator 237: [@left.coalesce( operator ), @right.coalesce( operator )] 238: else 239: [self] 240: end 241: end