# File lib/ipaddress/ipv4.rb, line 959
def
self
.
extract
(
str
)
self
.
new
REGEXP
.
match
(
str
).
to_s
end