# File lib/fog/local/models/files.rb, line 69 def new(attributes = {}) requires :directory super({ :directory => directory }.merge!(attributes)) end