Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/phones.rb
Instance Method Summary collapse
Instance Method Details
#to_phone ⇒ Object
9 10 11 |
# File 'lib/phones.rb', line 9 def to_phone Phones::Parser.parse(self) end |