# File lib/cloudfiles/storage_object.rb, line 194 def load_from_filename(filename) f = open(filename) self.write(f) f.close true end