/* 
 *	call-seq:
 *		get_contacts_by_name(name)
 *		
 * Gets contacts by name; returns any name that contains the passed in parameter
 */
static VALUE revolution_get_contacts_by_name(VALUE self, VALUE rb_name) {