Module: Jekyll::Tasks::Collections

Extended by:
Collections
Included in:
Collections
Defined in:
lib/jekyll/tasks/collections.rb

Overview

Obtain collections information

Instance Method Summary collapse

Instance Method Details

#getObject



9
10
11
12
13
# File 'lib/jekyll/tasks/collections.rb', line 9

def get
  folders_starting_with_underscore.map do |collection|
    collection[3..]
  end
end