aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper/number_to_phone_converter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Nodoc missing number helper classes in AS [ci skip]Carlos Antonio da Silva2013-12-111-1/+1
| | | | These classes are not meant to be public.
* Change delimiter check order: first check if it is presentCarlos Antonio da Silva2013-12-031-3/+3
| | | | | | | This reads a lot better, and we won't need to try start_with? for blank delimiters. Also rename method name to read better.
* Make both conversion methods work similarlyCarlos Antonio da Silva2013-12-031-1/+2
| | | | | The conversion without area code already changed the passed number in place, so change the other method to do the same.
* Remove useless empty stringCarlos Antonio da Silva2013-12-031-2/+1
|
* No need for #tapCarlos Antonio da Silva2013-12-031-4/+3
|
* Stop using local variables everywhere, make use of the readerCarlos Antonio da Silva2013-12-031-1/+1
|
* :sicssors:Rafael Mendonça França2013-12-021-1/+0
|
* Make load of NumberHelper thread safeRafael Mendonça França2013-12-021-0/+51