You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
020 is not a plausible, normalizable E164 number. Use
ruby -e 'require "phony"; p Phony.plausible?("020") # => false'
to check.
I am probably going to rewrite plausible? into a strict number checking method, while normalizable? (not yet existing) checks for normalisability (less strict).
(I will tell you when I do so – so you can set the dependencies on phony_rails :) )
The text was updated successfully, but these errors were encountered: