Method: Scrollable#down

Defined in:
lib/scrollable.rb

#downObject

scrolls



103
104
105
106
107
# File 'lib/scrollable.rb', line 103

def down
  defaults() if !@have_defaults
  # increase number of visible lines by step_y
  scroll_y(@step_y)
end