# File lib/arr-pm/file.rb, line 241
def
mask?
(
value
,
mask
)
return
(
value
&
mask
)
==
mask
end