# File ../lib/fox/core.rb, line 356 def arrowUp?(index) if index < 0 || index >= numItems raise IndexError, "header item index out of bounds" else getArrowDir(index) == Fox::TRUE end end