Work fork of the thin proxy SGX that represents JMP.chat itself
1# frozen_string_literal: true 2 3module ValidTelString 4 def self.===(value) 5 value.is_a?(String) && value =~ /\A\+1(\d{3})(\d{3})(\d+)\Z/ 6 end 7end