Libraries
»
tilt
(2.7.0)
»
Index
»
Tilt
»
Cache
»
#clear
Method: Tilt::Cache#clear
Defined in:
lib/tilt.rb
#
clear
⇒
Object
Clears the cache.
137 138 139
# File 'lib/tilt.rb', line 137
def
clear
@cache
=
{
}
end