Method: Epok::Collection#each

Defined in:
lib/epok/collection.rb

#each(&block) ⇒ Object



11
12
13
# File 'lib/epok/collection.rb', line 11

def each(&block)
  data.each(&block)
end