method
door?
v2_5_5 -
Show latest stable
- Class:
FileUtils::Entry_
door?()public
No documentation available.
# File lib/fileutils.rb, line 1190
def door?
s = lstat!
s and (s.mode & 0xF000 == S_IF_DOOR)
end door?()No documentation available.
# File lib/fileutils.rb, line 1190
def door?
s = lstat!
s and (s.mode & 0xF000 == S_IF_DOOR)
end