22 23 24 25 26
# File 'lib/round/collection.rb', line 22 def refresh(options = {}) @collection = [] populate_data(options) self end