Method: Fog::Collection#clear

Defined in:
lib/fog/core/collection.rb

#clearObject



43
44
45
46
# File 'lib/fog/core/collection.rb', line 43

def clear
  @loaded = true
  super
end