48 49 50 51 52
# File 'lib/exfuz/query.rb', line 48 def left(direction = 1) col = 0 col += 1 while direction > col && prev_caret end