Method: Tilt::Cache#clear

Defined in:
lib/tilt.rb

#clearObject

Clears the cache.



137
138
139
# File 'lib/tilt.rb', line 137

def clear
  @cache = {}
end