Method: Marv::Global#global_layouts

Defined in:
lib/marv/global.rb

#global_layoutsObject

Global layouts array



127
128
129
# File 'lib/marv/global.rb', line 127

def global_layouts
  @layouts = subfolders_basenames(layouts_path)
end