# File lib/html.rb, line 44
def
obscured_email
e
;
h
e
.
gsub
(
/@.*?(>|$)/
,
"@...\\1"
)
end