Method: Round::Collection#refresh

Defined in:
lib/round/collection.rb

#refresh(options = {}) ⇒ Object



22
23
24
25
26
# File 'lib/round/collection.rb', line 22

def refresh(options = {})
  @collection = []
  populate_data(options)
  self
end