Method: SetViewerActor#scroll
- Defined in:
- lib/set_viewer_actor.rb
#scroll(_, delta) ⇒ Object
36 37 38 39 |
# File 'lib/set_viewer_actor.rb', line 36 def scroll(_, delta) return unless items_present? @working_set_view.scroll(delta) end |