# File lib/fssm/path.rb, line 25
def
glob
(
value
=
nil
)
return
@glob
if
value
.
nil?
set_glob
(
value
)
end