# File lib/rye/key.rb, line 79
79:
def
encrypted?
;
@data
&&
@data
.
match
(
/ENCRYPTED/
);
end