Support older ruby
1 files changed, 1 insertions(+), 1 deletions(-) M lib/customer_info_form.rb
M lib/customer_info_form.rb => lib/customer_info_form.rb +1 -1
@@ 42,6 42,6 @@ class CustomerInfoForm .gsub(/\D/, "") .match(/\A1?(\d{10})\Z/) &.[](1) - &.then { find_customer_one("+1#{_1}") } + &.then { |tn| find_customer_one("+1#{tn}") } end end