Method: Ramaze::Pager#each
- Defined in:
- lib/ramaze/helper/pager.rb
#each(&block) ⇒ Object
Returns each element for the current page
169 170 171 |
# File 'lib/ramaze/helper/pager.rb', line 169 def each(&block) @page_items.each(&block) end |