module Jekyll::ShuffleFilter

Public Instance Methods

shuffle(array) click to toggle source
# File lib/shuffleit.rb, line 3
def shuffle(array)
  array.shuffle
end