Module: Jekyll::Tasks::Collections
Overview
Obtain collections information
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
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 |