# File lib/public_suffix_service/rule.rb, line 352
def
parts
@parts
||=
@value
.
split
(
"."
)[
1
..
-1
]
end