Method: Jekyll::Collection#to_liquid
- Defined in:
- lib/jekyll/collection.rb
#to_liquid ⇒ Object
Produce a representation of this Collection for use in Liquid. Exposes two attributes:
- label
- docs
Returns a representation of this collection for use in Liquid.
179 180 181 |
# File 'lib/jekyll/collection.rb', line 179 def to_liquid Drops::CollectionDrop.new self end |