no_phone 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +6 -1
- data/lib/no_phone.rb +1 -1
- data/lib/no_phone/version.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -19,6 +19,11 @@ Lacking complete knowledge of the phone system this is based on common sense and
|
|
19
19
|
|
20
20
|
|
21
21
|
require 'no_phone'
|
22
|
-
|
22
|
+
|
23
|
+
class SomethingSpecial
|
24
|
+
extend NoPhone
|
25
|
+
end
|
26
|
+
|
27
|
+
SomethingSpecial.normalize "0047 (123) 45-678"
|
23
28
|
=> "12345678"
|
24
29
|
|
data/lib/no_phone.rb
CHANGED
data/lib/no_phone/version.rb
CHANGED