Method: ConfigKit::Data::Loader#next_cursor
- Defined in:
- lib/config_kit/data/loader.rb
#next_cursor ⇒ Object
78 79 80 |
# File 'lib/config_kit/data/loader.rb', line 78 def next_cursor @cursor + @batch_size > file_count ? file_count : (@cursor + @batch_size) end |