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