Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.2.6) is shown here.
dir?(path)
public
for corrupted windows stat(2)
# File actionwebservice/setup.rb, line 51
def File.dir?(path)
File.directory?((path[-1,1] == '/') ? path : path + '/')
end