Method: Ramaze::Pager#offset

Defined in:
lib/ramaze/helper/pager.rb

#offsetObject

Returns the index of the first element to go into the current page



248
249
250
# File 'lib/ramaze/helper/pager.rb', line 248

def offset
  @start_idx
end