Module: SimpleTextReformatter
- Defined in:
- lib/simple_text_reformatter.rb,
lib/simple_text_reformatter/version.rb,
lib/simple_text_reformatter/phone_number_formatter.rb
Defined Under Namespace
Classes: Error, PhoneNumberFormatter
Constant Summary collapse
- VERSION =
"1.0.1"
Class Method Summary collapse
Class Method Details
.format_as_phone_number(string) ⇒ Object
7 8 9 |
# File 'lib/simple_text_reformatter.rb', line 7 def self.format_as_phone_number(string) SimpleTextReformatter::PhoneNumberFormatter.new(string).reformat end |