# File lib/fog/local/models/directories.rb, line 20 def get(key, options = {}) create_directory(key, options) if ::File.directory?(service.path_to(key)) end