Class: Spina::ThemeReloader

Inherits:
Object
  • Object
show all
Defined in:
lib/spina/theme_reloader.rb

Instance Method Summary collapse

Instance Method Details

#reload!Object



4
5
6
# File 'lib/spina/theme_reloader.rb', line 4

def reload!
  theme_paths.each { |path| load path }
end