method
start_with_delimiter?
rails latest stable - Class:
ActiveSupport::NumberHelper::NumberToPhoneConverter
start_with_delimiter?(number)private
No documentation available.
# File activesupport/lib/active_support/number_helper/number_to_phone_converter.rb, line 39
def start_with_delimiter?(number)
delimiter.present? && number.start_with?(delimiter)
end