Method: Webby::Resources.clear

Defined in:
lib/webby/resources.rb

.clearObject

Clear the contents of the layouts, pages and partials hash objects.



25
26
27
28
29
# File 'lib/webby/resources.rb', line 25

def clear
  self.pages.clear
  self.layouts.clear
  self.partials.clear
end